Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/delete-rdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Delete Stack
uses: chanzuckerberg/argus-artifacts/ci/packages/delete-stack@v0.41.0
uses: chanzuckerberg/argus-artifacts/ci/packages/delete-stack@v0.81.1
with:
appName: delta-share
envName: rdev
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Create Stack in Argus Prod
id: upsert
uses: chanzuckerberg/argus-artifacts/ci/packages/create-stack@v0.41.0
uses: chanzuckerberg/argus-artifacts/ci/packages/create-stack@v0.81.1
with:
appName: delta-share
envName: prod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-rdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Create Stack
id: create
uses: chanzuckerberg/argus-artifacts/ci/packages/create-stack@v0.41.0
uses: chanzuckerberg/argus-artifacts/ci/packages/create-stack@v0.81.1
with:
appName: delta-share
envName: rdev
Expand Down
Loading