staging #2

Merged
noah merged 19 commits from staging into master 2026-02-11 00:06:39 +00:00
7 changed files with 649 additions and 55 deletions
Showing only changes of commit 6cc2f95fd4 - Show all commits

View File

@ -1,8 +1,5 @@
name: Deploy Pages
on:
push:
branches:
- 'master'
on: push
jobs:
deploy:
runs-on: ubuntu-latest
@ -20,4 +17,4 @@ jobs:
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: pages deploy /tmp/deploy --project-name=ctmesh-org
command: pages deploy /tmp/deploy --project-name=ctmesh-org --branch=${{ github.ref_name }}