Revert "remove develop deployment"

This reverts commit 6e826f153a.
This commit is contained in:
Tao Bojlén 2020-05-19 14:44:32 +01:00
parent e532173322
commit dd2b43a9bf
1 changed files with 26 additions and 1 deletions

View File

@ -37,6 +37,31 @@ test-backend:
- backend/deps/
- backend/_build/
deploy-backend-develop:
stage: deploy
environment:
name: develop
url: https://phoenix.api-develop.fediverse.space
image: ilyasemenov/gitlab-ci-git-push
only:
- develop
except:
- schedules
script:
- git-push dokku@api-develop.fediverse.space:phoenix develop
deploy-gephi-develop:
stage: deploy
image: ilyasemenov/gitlab-ci-git-push
environment:
name: develop
only:
- develop
except:
- schedules
script:
- git-push dokku@api-develop.fediverse.space:gephi develop
deploy-backend-production:
stage: deploy
environment:
@ -60,4 +85,4 @@ deploy-gephi-production:
except:
- schedules
script:
- git-push dokku@api.fediverse.space:gephi master
- git-push dokku@api.fediverse.space:gephi master