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 780eb97 commit 0c0f0dd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ jobs:
echo "EMAIL_PORT=${{ secrets.EMAIL_PORT }}" >> .prod.env
echo "EMAIL_USE_TLS=${{ secrets.EMAIL_USE_TLS }}" >> .prod.env
echo "================="
echo "Remove the current aad.config.json file"
echo "================="
rm -f aad.config.json
# echo "================="
# echo "Remove the current aad.config.json file"
# echo "================="
# rm -f aad.config.json
echo "================="
echo "Add configuration to aad.config.json file"
echo "================="
echo "${{ secrets.AAD_CONFIG }}" >> aad.config.json
# echo "================="
# echo "Add configuration to aad.config.json file"
# echo "================="
# echo "${{ secrets.AAD_CONFIG }}" >> aad.config.json
echo "================="
echo "Change current directory to asset-management"
Expand Down

0 comments on commit 0c0f0dd

Please sign in to comment.