Update .gitlab-ci.yml
This commit is contained in:
parent
d5b10a6f22
commit
da40e52ba5
|
@ -16,3 +16,23 @@ test-frontend:
|
||||||
only:
|
only:
|
||||||
changes:
|
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
|
Loading…
Reference in a new issue