Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
busykoala committed Mar 15, 2023
1 parent 0630810 commit 618edb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v1

- name: 'Deploy'
uses: 'deliverybot/helm@v1'
uses: 'deliverybot/helm@master'
with:
release: 'resourcemaster'
namespace: 'resourcemaster-prod'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v1

- name: 'Deploy'
uses: 'deliverybot/helm@v1'
uses: 'deliverybot/helm@master'
with:
release: 'resourcemaster'
namespace: 'resourcemaster-stage'
Expand Down

0 comments on commit 618edb7

Please sign in to comment.