This commit is contained in:
parent
a98be8f285
commit
154cdcd1fd
1 changed files with 22 additions and 0 deletions
22
.forgejo/workflows/publish.yaml
Normal file
22
.forgejo/workflows/publish.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
name: ci
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build_and_publish:
|
||||||
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: ghcr.io/catthehacker/ubuntu:runner-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-node@v4
|
||||||
|
- run: sudo apt update && sudo apt install -y hugo
|
||||||
|
- run: hugo
|
||||||
|
- run: npm install -g bnycdn
|
||||||
|
- run: bnycdn key set default ${{ secrets.BUNNY_API }}
|
||||||
|
- run: bnycdn key set sr2pro ${{ secrets.BUNNY_FTP_PASSWORD }} --type=storages
|
||||||
|
- run: bnycdn cp -R -s sr2pro ./public /sr2pro/
|
||||||
|
- run: bnycdn pz purge -t www.sr2pro.uk
|
||||||
Loading…
Add table
Add a link
Reference in a new issue