clean starter (phase 5)
Some checks failed
deploy / deploy (push) Failing after 3s
Some checks failed
deploy / deploy (push) Failing after 3s
This commit is contained in:
parent
34568bf338
commit
bfe5a0faa4
4 changed files with 232 additions and 2 deletions
21
.forgejo/workflows/deploy.yml
Normal file
21
.forgejo/workflows/deploy.yml
Normal 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) }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue