aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
author2025-06-29 15:03:13 +0530
committer2025-06-29 15:03:13 +0530
commit31146409de359eda8cff242534d315bc23824aa0 (patch)
treef30f6815e8ea4655388e63aae8e006e7183e253a /.github/workflows/main.yml
parentAdd the first post (diff)
downloadsudomsg-31146409de359eda8cff242534d315bc23824aa0.tar
sudomsg-31146409de359eda8cff242534d315bc23824aa0.tar.gz
sudomsg-31146409de359eda8cff242534d315bc23824aa0.tar.bz2
sudomsg-31146409de359eda8cff242534d315bc23824aa0.tar.lz
sudomsg-31146409de359eda8cff242534d315bc23824aa0.tar.xz
sudomsg-31146409de359eda8cff242534d315bc23824aa0.tar.zst
sudomsg-31146409de359eda8cff242534d315bc23824aa0.zip
Remove github
Diffstat (limited to '')
-rw-r--r--.github/workflows/main.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
deleted file mode 100644
index ad95af0..0000000
--- a/.github/workflows/main.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-on:
- push:
- branches: [ main ]
-jobs:
- deploy:
- runs-on: ubuntu-latest
- permissions:
- contents: read
- deployments: write
- name: Deploy to Cloudflare Pages
- steps:
- - name: Checkout
- uses: actions/checkout@v3
- - name: Setup
- uses: actions/setup-node@v4
- with:
- node-version: '22.x'
- - name: Install Deps
- run: npm ci
- - name: Build
- run: npm run build
- - name: Publish
- uses: cloudflare/pages-action@v1
- with:
- apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
- accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
- projectName: sudomsg-com
- directory: dist/
- gitHubToken: ${{ secrets.GITHUB_TOKEN }}
-