remove develop deployment

This commit is contained in:
Tao Bror Bojlén 2019-11-19 10:46:21 +00:00
parent 6715d9395f
commit 6e826f153a
No known key found for this signature in database
GPG Key ID: C6EC7AAB905F9E6F
1 changed files with 1 additions and 26 deletions

View File

@ -44,31 +44,6 @@ 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:
@ -92,4 +67,4 @@ deploy-gephi-production:
except:
- schedules
script:
- git-push dokku@api.fediverse.space:gephi master
- git-push dokku@api.fediverse.space:gephi master