Skip to content

Commit

Permalink
ci: workflow to delete deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
subnova committed Apr 29, 2024
1 parent d089838 commit 0a0c44f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/delete-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Delete Environment (default settings)

on:
workflow_dispatch: {}

jobs:
delete:
runs-on: ubuntu-latest
steps:
- uses: strumwolf/delete-deployment-environment@v2
with:
token: ${{ github.token }}
environment: production
ref: csmstest
onlyRemoveDeployments: true

0 comments on commit 0a0c44f

Please sign in to comment.