Remove tag requirement - runner is project-specific
This commit is contained in:
parent
2784aeda13
commit
0aa20fd8b8
1 changed files with 2 additions and 4 deletions
|
|
@ -1,12 +1,10 @@
|
||||||
stages:
|
stages:
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
proxy.uncloseai.com:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
tags:
|
|
||||||
- proxy.uncloseai.com
|
|
||||||
only:
|
only:
|
||||||
- master # Change this if you want to deploy from other branches
|
- master
|
||||||
script:
|
script:
|
||||||
- echo "Deploying repository to /opt/www using rsync..."
|
- echo "Deploying repository to /opt/www using rsync..."
|
||||||
- rsync -av --delete "$CI_PROJECT_DIR/" "/opt/www/"
|
- rsync -av --delete "$CI_PROJECT_DIR/" "/opt/www/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue