-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54964ea
commit 2c8a9f3
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,12 +50,15 @@ jobs: | |
docker compose config | ||
docker compose down --rmi all --volumes --remove-orphans | ||
- name: 'GitHub Slug Action' | ||
uses: rlespinasse/github-slug-action@v4 | ||
|
||
- name: 'Remove GitHub deployment and environment' | ||
if: ${{ always() }} | ||
uses: strumwolf/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
token: "${{ secrets.GITHUB_TOKEN }}" | ||
environment: test | ||
onlyRemoveDeployments: true | ||
ref: ${{ env.VERSION_TAG }} | ||
ref: "${{ env.GITHUB_HEAD_REF }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters