ci: add workflow for updating forgejo
This commit is contained in:
parent
9120a81d6b
commit
c2ace73a9b
1 changed files with 12 additions and 0 deletions
12
.forgejo/workflows/deploy_forgejo.yaml
Normal file
12
.forgejo/workflows/deploy_forgejo.yaml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
name: Update_Forgejo
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: nix
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- run: colmena apply -v --on @active-gitlab --show-trace
|
||||||
|
shell: bash
|
Loading…
Reference in a new issue