Compare commits
No commits in common. "914dd441c1ff106c3356cfcabea50b932dd010dd" and "358bdd86e05eefb9d3b2fa862e4186ea93640304" have entirely different histories.
914dd441c1
...
358bdd86e0
2 changed files with 1253 additions and 1695 deletions
|
|
@ -1,24 +0,0 @@
|
||||||
---
|
|
||||||
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
|
|
||||||
2924
package-lock.json
generated
2924
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue