Update backend_deploy.yaml

This commit is contained in:
Dream Hunter
2024-04-16 14:10:11 +08:00
committed by GitHub
parent 357ec97a5f
commit 81ce099299

View File

@@ -30,7 +30,7 @@ jobs:
- name: Deploy Backend for ${{ github.ref_name }}
run: |
cd worker/
echo "${{ secrets.BACKEND_TOML }}" > wrangler.toml
echo '${{ secrets.BACKEND_TOML }}' > wrangler.toml
pnpm install --no-frozen-lockfile
pnpm run deploy
echo "Deployed for tag ${{ github.ref_name }}"