diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 9f4079a..2406a19 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -34,4 +34,9 @@ jobs: - name: List ansible hosts run: | - ansible -m ping Andromeda \ No newline at end of file + ansible -m ping Andromeda + + - name: Deploy testing + run: | + cd deploy/ansible + ansible-playbook playbooks/deploy-c3lf-sys3.yml