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
|
||||
when: on_success
|
||||
only:
|
||||
- main
|
||||
- tags
|
||||
except:
|
||||
- branches
|
||||
before_script:
|
||||
- *ssh_default
|
||||
script:
|
||||
|
@ -111,6 +113,10 @@ maintenance-mode:
|
|||
redeploy-site:
|
||||
stage: scripts
|
||||
when: manual
|
||||
only:
|
||||
- tags
|
||||
except:
|
||||
- branches
|
||||
before_script:
|
||||
- *ssh_default
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue