Skip to content

Commit

Permalink
add www origin
Browse files Browse the repository at this point in the history
  • Loading branch information
nichhk committed May 26, 2022
1 parent c97b6eb commit 3b25c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release_dev_v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo GITHUB_PROJECT_URL=${{ secrets.GH_PROJECT_URL }} >> server/api/.env
echo GITHUB_ISSUES_URL=https://api.github.com/repos/hackforla/311-data-support/issues >> server/api/.env
echo SENDGRID_API_KEY=${{ secrets.SENDGRID_API_KEY }} >> server/api/.env
echo API_ALLOWED_ORIGINS=https://311-data.org >> server/api/.env
echo API_ALLOWED_ORIGINS=https://311-data.org,https://www.311-data.org >> server/api/.env
- name: Build and Push Image to Docker Hub
uses: docker/build-push-action@v1
with:
Expand Down

0 comments on commit 3b25c37

Please sign in to comment.