restricted CI

This commit is contained in:
Firq 2023-07-06 19:45:00 +02:00
parent 1c2bd4a141
commit 808abf8230
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -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: