Skip to content

Commit

Permalink
fix: command
Browse files Browse the repository at this point in the history
  • Loading branch information
kevbarns committed Dec 12, 2024
1 parent 77ae3a7 commit b598efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
ANSIBLE_BECOME_PASS: ${{ secrets.DEPLOY_PASS }}

- name: Encrypt logs
run: .bin/mna deploy:log:encrypt
run: .bin/mna-bal deploy:log:encrypt
if: always()
env:
ANSIBLE_VAULT_PASSWORD_FILE: .infra/.vault_pwd.txt
Expand All @@ -92,7 +92,7 @@ jobs:

- name: Add Job summary
if: always()
run: echo 'You can get logs using `.bin/mna deploy:log:decrypt ${{ github.run_id }} ${{ inputs.environment }}`' >> $GITHUB_STEP_SUMMARY
run: echo 'You can get logs using `.bin/mna-bal deploy:log:decrypt ${{ github.run_id }} ${{ inputs.environment }}`' >> $GITHUB_STEP_SUMMARY

- name: Notify failure on Slack
uses: ravsamhq/notify-slack-action@v2
Expand Down

0 comments on commit b598efd

Please sign in to comment.