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
|
||||
- package
|
||||
- test
|
||||
#- deploy
|
||||
- deploy
|
||||
|
||||
spellcheck:
|
||||
stage: orthography
|
||||
|
@ -102,3 +102,13 @@ test-deploy:
|
|||
- podman rm testing
|
||||
only:
|
||||
- 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