Skip to content

Commit 8466c30

Browse files
authored
Merge pull request #39 from asherber/update-deployment
Switch to our fork of the deploy action
2 parents 8b7c58e + 9261558 commit 8466c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Deploy to AWS
3434
if: github.event_name == 'push'
35-
uses: onramper/action-deploy-aws-static-site@v3.2.0
35+
uses: finale-lua/action-deploy-aws-static-site@v3.3.0
3636
with:
3737
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
3838
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)