🧹 清理 Surge 部署
This commit is contained in:
4
.github/workflows/playwright.yaml
vendored
4
.github/workflows/playwright.yaml
vendored
@ -37,3 +37,7 @@ jobs:
|
||||
run: npx playwright test
|
||||
env:
|
||||
BASE_URL: ${{ needs.surge.outputs.url }}
|
||||
- name: 🧹 清理 Surge 部署
|
||||
run: npx surge teardown ${{ needs.surge.outputs.url }} --token ${{ env.SURGE_TOKEN}}
|
||||
env:
|
||||
SURGE_TOKEN: d843de16b331c626f10771245c56ed93
|
||||
|
Reference in New Issue
Block a user