aboutsummaryrefslogtreecommitdiff
path: root/.forgejo/workflows
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-04-02 22:20:03 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-04-02 22:20:03 -0500
commit36beb05176901c87f85c612e1afc60d52df86e50 (patch)
tree19b3f42db18c5c26aa5d66b1ce4e31eb67bf75cb /.forgejo/workflows
parentae621b6b826a6e2da01c44864fb0364c95ffd952 (diff)
no more forgejo
Diffstat (limited to '.forgejo/workflows')
-rw-r--r--.forgejo/workflows/build.yaml1
-rw-r--r--.forgejo/workflows/deploy.yaml23
2 files changed, 0 insertions, 24 deletions
diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml
deleted file mode 100644
index 8b13789..0000000
--- a/.forgejo/workflows/build.yaml
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml
deleted file mode 100644
index 62f0212..0000000
--- a/.forgejo/workflows/deploy.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-name: Deploy Website
-on:
- workflow_dispatch:
- push:
- branches: ["build"]
-
-jobs:
- deploy:
- runs-on: linux-amd64
- steps:
- - uses: actions/checkout@v4
- with:
- ref: build
-
- - uses: tailscale/github-action@v4
- with:
- oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
- oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
- tags: tag:act
-
- - run: |
- ssh act@ganymede "rm -rf /var/www/papa_stories"
- scp -r build/ act@ganymede:/var/www/papa_stories