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:
|
||||
- deploy
|
||||
|
||||
proxy.uncloseai.com:
|
||||
deploy:
|
||||
stage: deploy
|
||||
tags:
|
||||
- proxy.uncloseai.com
|
||||
only:
|
||||
- master # Change this if you want to deploy from other branches
|
||||
- master
|
||||
script:
|
||||
- echo "Deploying repository to /opt/www using rsync..."
|
||||
- rsync -av --delete "$CI_PROJECT_DIR/" "/opt/www/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue