Update .gitlab-ci.yml

pull/1/head
Tao Bojlén 2019-07-17 13:07:20 +00:00
rodzic d5b10a6f22
commit da40e52ba5
1 zmienionych plików z 21 dodań i 1 usunięć

Wyświetl plik

@ -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