mirror of
https://github.com/Nezumi-2711/google-drive-s3.git
synced 2026-09-22 13:38:30 +00:00
Merge branch 'main' of https://github.com/nexryai/google-drive-s3
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: Deploy CI
|
name: Deploy CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["nightly"]
|
branches: ["main"]
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
@@ -27,15 +27,9 @@ jobs:
|
|||||||
run: npm install -g pnpm
|
run: npm install -g pnpm
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: cdn
|
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: Build with tsc
|
|
||||||
working-directory: cdn
|
|
||||||
run: pnpm build
|
|
||||||
|
|
||||||
- name: Deploy to Cloudflare Workers
|
- name: Deploy to Cloudflare Workers
|
||||||
working-directory: cdn
|
|
||||||
run: pnpm run deploy
|
run: pnpm run deploy
|
||||||
env:
|
env:
|
||||||
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||||
|
|||||||
Reference in New Issue
Block a user