Skip to content

Commit

Permalink
ci: add GitHub Actions deploy-to-amplify config
Browse files Browse the repository at this point in the history
  • Loading branch information
noritakaIzumi committed Oct 23, 2024
1 parent 88c1d4e commit 9c69ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ jobs:
aws amplify start-deployment \
--app-id ${{ secrets.AMPLIFY_APP_ID }} \
--branch-name ${{ env.BRANCH_NAME }} \
--source-url https://s3.${{ env.AWS_REGION }}.amazonaws.com/${{ secrets.AWS_S3_BUCKET }}/${{ env.ARTIFACT }}
--source-url s3://${{ secrets.AWS_S3_BUCKET }}/${{ env.ARTIFACT }}

0 comments on commit 9c69ab4

Please sign in to comment.