forgejo-cI; rename push to deploy
Some checks failed
/ render (push) Failing after 34s

This commit is contained in:
IkiWiki 2024-08-25 20:45:42 -04:00
parent 284dba997b
commit 39227d6118
Signed by untrusted user who does not match committer: forge
GPG key ID: D62A472A4AA7D541
3 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ jobs:
run: ikiwiki --setup ikiwiki.setup
- name: Website upload
run: |
cp .forgejo/workflows/push.yaml public/.forgejo/workflows/.
cp .forgejo/workflows/deploy.yaml public/.forgejo/workflows/.
git log -1 --pretty=%B > commit.txt
cd public
date > generated.txt

View file

@ -2,7 +2,7 @@
Upstream: https://ayakael.net/forge/ayakael.net/actions
![Build Status](https://ayakael.net/forge/ayakael.net/badges/workflows/pages.yaml/badge.svg)
![Push Status](https://ayakael.net/forge/ayakael.net/badges/workflows/push.yaml/badge.svg)
![Push Status](https://ayakael.net/forge/ayakael.net/badges/workflows/deploy.yaml/badge.svg)
## Forgejo Actions
@ -12,7 +12,7 @@ That builds this website using ikiwiki, and pushes the build artifacts to the
`public` branch.
The `public` branch has its own workflow following steps defined in
[`forgejo/workflows/push.yaml`](https://ayakael.net/forge/ayakael.net/src/branch/public/.forgejo/workflows/push.yaml)
[`forgejo/workflows/deploy.yaml`](https://ayakael.net/forge/ayakael.net/src/branch/public/.forgejo/workflows/deploy.yaml)
that uploads the artifacts to a remote HTTP server for deployment in
production. This workflow is automatically updated from `main` so that `public`
should never be manually modified.