mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-19 04:49:30 +08:00
feat: add CI CD (#136)
This commit is contained in:
2
.github/workflows/backend_deploy.yaml
vendored
2
.github/workflows/backend_deploy.yaml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
- name: Deploy Backend for ${{ github.ref_name }}
|
||||
run: |
|
||||
cd worker/
|
||||
echo ${{ secrets.BACKEND_TOML }} > wrangler.toml
|
||||
echo "${{ secrets.BACKEND_TOML }}" > wrangler.toml
|
||||
export project_name=${{ secrets.BACKEND_NAME }}
|
||||
pnpm install --no-frozen-lockfile
|
||||
pnpm run deploy:preview --project-name=$project_name
|
||||
|
||||
Reference in New Issue
Block a user