fix(ci): make deploy executable
This commit is contained in:
parent
b88fab7cc1
commit
ca70d878fb
1 changed files with 3 additions and 1 deletions
4
.github/workflows/aws.yaml
vendored
4
.github/workflows/aws.yaml
vendored
|
|
@ -37,4 +37,6 @@ jobs:
|
||||||
aws-region: us-east-2
|
aws-region: us-east-2
|
||||||
|
|
||||||
- name: Deploy static site to S3 bucket
|
- name: Deploy static site to S3 bucket
|
||||||
run: scripts/deploy.sh
|
run: |
|
||||||
|
chmod +x scripts/deploy.sh
|
||||||
|
scripts/deploy.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue