Update .gitlab-ci.yml

This commit is contained in:
Tao Bojlén 2019-07-18 11:03:22 +00:00
parent fc1b9e36c8
commit 392abc6d4b
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ deploy-backend-develop:
only:
- develop
script:
- git-push ssh://dokku@api-develop.fediverse.space:phoenix develop
- git-push dokku@api-develop.fediverse.space:phoenix develop
deploy-gephi-develop:
stage: deploy
@ -58,4 +58,4 @@ deploy-gephi-develop:
only:
- develop
script:
- git-push ssh://dokku@api-develop.fediverse.space:gephi develop
- git-push dokku@api-develop.fediverse.space:gephi develop