clean starter (phase 5)
Some checks failed
deploy / deploy (push) Failing after 3s

This commit is contained in:
ops 2026-06-01 23:44:09 +00:00
parent 34568bf338
commit bfe5a0faa4
4 changed files with 232 additions and 2 deletions

View file

@ -0,0 +1,21 @@
name: deploy
on:
push:
branches: [main]
jobs:
deploy:
runs-on: docker-cli
container:
image: docker:24.0.7
volumes:
- /srv/sites:/srv/sites
- /srv/platform/caddy/sites:/srv/platform/caddy/sites
steps:
- uses: https://git.154.83.149.72.nip.io/platform/ci-templates@main
with:
repo: ${{ github.repository }}
ref: ${{ github.ref_name }}
sha: ${{ github.sha }}
token: ${{ github.token }}
secrets_json: ${{ toJSON(secrets) }}
vars_json: ${{ toJSON(vars) }}