restricted CI
This commit is contained in:
parent
1c2bd4a141
commit
808abf8230
1 changed files with 7 additions and 1 deletions
|
@ -55,7 +55,9 @@ deploy-site:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
when: on_success
|
when: on_success
|
||||||
only:
|
only:
|
||||||
- main
|
- tags
|
||||||
|
except:
|
||||||
|
- branches
|
||||||
before_script:
|
before_script:
|
||||||
- *ssh_default
|
- *ssh_default
|
||||||
script:
|
script:
|
||||||
|
@ -111,6 +113,10 @@ maintenance-mode:
|
||||||
redeploy-site:
|
redeploy-site:
|
||||||
stage: scripts
|
stage: scripts
|
||||||
when: manual
|
when: manual
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
|
except:
|
||||||
|
- branches
|
||||||
before_script:
|
before_script:
|
||||||
- *ssh_default
|
- *ssh_default
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue