ci: build and publish
Some checks failed
ci / build_and_publish (push) Failing after 23s

This commit is contained in:
Iain Learmonth 2026-02-21 17:00:54 +00:00
parent 6e8b1fbf51
commit 914dd441c1

View file

@ -0,0 +1,24 @@
---
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
with:
submodules: true
- uses: actions/setup-node@v4
- run: npm install
- run: npm run build
- run: npm install -g bnycdn
- run: bnycdn key set default ${{ secrets.BUNNY_API }}
- run: bnycdn key set sr2docs ${{ secrets.BUNNY_FTP_PASSWORD }} --type=storages
- run: bnycdn cp -R -s sr2docs ./public /sr2docs/
- run: bnycdn pz purge -t sr2docs