Limit CI to master
parent
cae595f6ea
commit
271e83b84a
|
@ -14,8 +14,12 @@ build:
|
|||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
script:
|
||||
- rsync -hrv --delete public/ /var/opt/gitlab-runner/builds/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/
|
||||
only:
|
||||
- master
|
||||
|
|
Loading…
Reference in New Issue