build fix
This commit is contained in:
parent
2d5bbe5508
commit
e2ac3ef34d
|
@ -14,4 +14,7 @@ deploy:
|
|||
only:
|
||||
- main
|
||||
script:
|
||||
- mkdir -p ~/.ssh
|
||||
- touch ~/.ssh/known_hosts
|
||||
- ssh-keyscan -t rsa v2.discours.io >> ~/.ssh/known_hosts
|
||||
- git-push ssh://dokku@v2.discours.io:22/$APP_NAME
|
||||
|
|
Loading…
Reference in New Issue
Block a user