Update .gitlab-ci.yml

This commit is contained in:
Tao Bojlén 2019-07-17 13:07:20 +00:00
parent d5b10a6f22
commit da40e52ba5
1 changed files with 21 additions and 1 deletions

View File

@ -15,4 +15,24 @@ test-frontend:
- master
only:
changes:
- frontend/*
- 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