CI: Add auto deploy step
This commit is contained in:
parent
1030e67fbf
commit
cb8a7d3cad
1 changed files with 11 additions and 1 deletions
|
@ -11,7 +11,7 @@ stages:
|
||||||
- build
|
- build
|
||||||
- package
|
- package
|
||||||
- test
|
- test
|
||||||
#- deploy
|
- deploy
|
||||||
|
|
||||||
spellcheck:
|
spellcheck:
|
||||||
stage: orthography
|
stage: orthography
|
||||||
|
@ -102,3 +102,13 @@ test-deploy:
|
||||||
- podman rm testing
|
- podman rm testing
|
||||||
only:
|
only:
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
stage: deploy
|
||||||
|
variables:
|
||||||
|
PLAYBOOK: static_websites.yml
|
||||||
|
trigger:
|
||||||
|
project: saibotk.de/infrastructure-private
|
||||||
|
strategy: depend
|
||||||
|
only:
|
||||||
|
- deploy
|
||||||
|
|
Loading…
Add table
Reference in a new issue