Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOddball committed Sep 24, 2023
1 parent 7615bcd commit 9ee7ac0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/adhdsenpai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v1
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Build adhdsenpai.com
run: npm run build-adhd
- name: Upload adhdsenpai.com
run: npx wrangler pages publish --project-name adhdsenpai-com --branch=master ./dist
run: npx wrangler pages deploy --project-name adhdsenpai-com --branch=master ./dist
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
4 changes: 2 additions & 2 deletions .github/workflows/bdino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v1
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Build bdino.info
run: npm run build-bdino
- name: Upload bdino.info
run: npx wrangler pages publish --project-name bdino-info --branch=master ./dist
run: npx wrangler pages deploy --project-name bdino-info --branch=master ./dist
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
4 changes: 2 additions & 2 deletions .github/workflows/elise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v1
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Build elise.tf
run: npm run build-elise
- name: Upload elise.tf
run: npx wrangler pages publish --project-name elise-tf --branch=master ./dist
run: npx wrangler pages deploy --project-name elise-tf --branch=master ./dist
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
4 changes: 2 additions & 2 deletions .github/workflows/supersatanson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v1
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Build supersatanson.com
run: npm run build-SSS
- name: Upload supersatanson.com
run: npx wrangler pages publish --project-name supersatanson-com --branch=master ./dist
run: npx wrangler pages deploy --project-name supersatanson-com --branch=master ./dist
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 comments on commit 9ee7ac0

Please sign in to comment.