CI: Add auto deploy step

This commit is contained in:
saibotk 2021-01-02 21:34:32 +01:00
parent 1030e67fbf
commit cb8a7d3cad
No known key found for this signature in database
GPG key ID: A3299C587D5DF523

View file

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