Skip to content

Commit

Permalink
add permission script-node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroPaino committed Jun 25, 2024
1 parent 8db5fd1 commit 004f61e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1

- name: Grant execute permission for deploy script
run: chmod +x ./deploy-script.sh

- name: Execute deployment script
run: ./deploy-script.sh
if: success()

0 comments on commit 004f61e

Please sign in to comment.