actually fix dev deploys

This commit is contained in:
Tao Bojlén 2020-05-19 15:36:18 +01:00
parent c378e2df56
commit 5c6196b4ab
No known key found for this signature in database
GPG Key ID: C6EC7AAB905F9E6F
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ deploy-backend-develop:
except:
- schedules
script:
- git-push dokku@api-develop.fediverse.space:phoenix develop:master
- git-push dokku@api-develop.fediverse.space:phoenix
deploy-gephi-develop:
stage: deploy
@ -60,7 +60,7 @@ deploy-gephi-develop:
except:
- schedules
script:
- git-push dokku@api-develop.fediverse.space:gephi develop:master
- git-push dokku@api-develop.fediverse.space:gephi
deploy-backend-production:
stage: deploy