summaryrefslogtreecommitdiffstats
path: root/.github/workflows/deploy.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/deploy.yml')
-rw-r--r--.github/workflows/deploy.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
new file mode 100644
index 0000000..8969840
--- /dev/null
+++ b/.github/workflows/deploy.yml
@@ -0,0 +1,24 @@
+name: deploy2nekoweb
+on: [push]
+jobs:
+ deployer:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+
+ - uses: oven-sh/setup-bun@v2
+ with:
+ bun-version: "latest"
+
+ - name: installing dependencies
+ run: bun install --frozen-lockfile
+
+ - name: building code
+ run: bun run build
+
+ - name: deploy2nekoweb
+ uses: deploy2nekoweb/deploy2nekoweb@main
+ with:
+ nekoweb-api-key: ${{ secrets.NEKOWEB_API_KEY }}
+ nekoweb-folder: "pinapelz-moe"
+ directory: ""
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage