Skip to content

Commit

Permalink
Merge pull request #42 from bbland1/dev
Browse files Browse the repository at this point in the history
production GHA was cleaning up preview env instead of production
  • Loading branch information
bbland1 authored Oct 13, 2023
2 parents 8ec6aa8 + 5d056f2 commit 0ab2540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: strumwolf/delete-deployment-environment@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
environment: preview
environment: production
onlyRemoveDeployments: true

Deploy-Production:
Expand Down

0 comments on commit 0ab2540

Please sign in to comment.