Skip to content

Commit

Permalink
Update prod-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
getwithashish authored Apr 19, 2024
1 parent c247b51 commit 1f57f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ jobs:
echo "================="
echo "Remove the current aad.config.json file"
echo "================="
rm -f .prod.env
rm -f aad.config.json
echo "================="
echo "Add configuration to aad.config.json file"
echo "================="
echo "${{ secrets.AAD_CONFIG }}" >> .aad.config.json
echo "${{ secrets.AAD_CONFIG }}" >> aad.config.json
echo "================="
echo "Change current directory to asset-management"
Expand Down

0 comments on commit 1f57f8f

Please sign in to comment.