Skip to content

Commit

Permalink
Merge branch 'main' into dsw-000-allow-merge-commits
Browse files Browse the repository at this point in the history
  • Loading branch information
xander-marjoram authored Jul 10, 2024
2 parents 5079729 + cc91612 commit 69f23e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/amplify-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
aws amplify start-deployment \
--app-id ${{ env.AMPLIFY_ID }} \
--branch-name ${{ env.BRANCH_NAME }} \
--source-url https://${{ env.BUCKET_NAME }}.s3.${{ env.AWS_REGION }}.amazonaws.com/${{ env.ZIP_NAME }}
--source-url s3://${{ env.BUCKET_NAME }}/${{ env.ZIP_NAME }}
# Set env vars for domain name association
- name: Set environment variables for domain name association
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 69f23e8

Please sign in to comment.