Skip to content

Commit

Permalink
rc
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Apr 11, 2024
1 parent c435a85 commit de76b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
echo "AZURE_CREDENTIALS is not set"
exit 1
fi
if [[ -z "${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_PROD }}" ]]; then
echo "AZURE_WEBAPP_PUBLISH_PROFILE_PROD is not set"
if [[ -z "${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_DEV }}" ]]; then
echo "AZURE_WEBAPP_PUBLISH_PROFILE_DEV is not set"
exit 1
fi
Expand Down

0 comments on commit de76b08

Please sign in to comment.