Update .gitlab-ci.yml

This commit is contained in:
Tao Bojlén 2019-07-17 13:07:20 +00:00
parent d5b10a6f22
commit da40e52ba5

View file

@ -16,3 +16,23 @@ test-frontend:
only:
changes:
- frontend/*
deploy-backend-develop:
stage: deploy
image: ilyasemenov/gitlab-ci-git-push
only:
refs:
- develop
changes:
- backend/*
script:
- git-push ssh://dokku@api-develop.fediverse.space:phoenix
deploy-gephi-develop:
stage: deploy
image: ilyasemenov/gitlab-ci-git-push
only:
refs:
- develop
changes:
- gephi/*
script:
- git-push ssh://dokku@api-develop.fediverse.space:gephi