Skip to content

Commit 6958074

Browse files
authored
feat: update deploy-server workflow (#80)
1 parent 1e7cff6 commit 6958074

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-server.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ jobs:
5050
script: |
5151
cd ~
5252
curl -L get.swiftwave.org | ENVIRONMENT=staging bash
53+
5354
cleanup-untagged-images:
55+
needs: build-production
5456
uses: swiftwave-org/SwiftWave/.github/workflows/untagged-image-cleanup.yml@main
5557
secrets:
5658
SWIFTWAVE_DELETE_PACKAGE: ${{ secrets.SWIFTWAVE_DELETE_PACKAGE }}

0 commit comments

Comments
 (0)