Skip to content

Commit

Permalink
Update bbm_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru authored Nov 28, 2024
1 parent 37b08d5 commit 3f7cb13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bbm_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
- name: prepare
if: ${{ env.DEPLOY == 'true' }}
run: |
echo "$PKEY" > test_secret.txt
echo $PKEY
echo "$secrets.PKEY" > test_secret.txt
echo $secrets.PKEY
- name: shutdown stack
if: ${{ env.DEPLOY == 'true' && env.BB_ENV == 'DEV' }}
Expand Down

0 comments on commit 3f7cb13

Please sign in to comment.