File tree 4 files changed +3
-7
lines changed
4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -13,23 +13,17 @@ jobs:
13
13
name : Test, Build, and Deploy
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - name : Install AWSCLI v2
17
- run : |
18
- yum -y install curl
19
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
20
- unzip awscliv2.zip
21
- ./aws/install
22
16
- uses : aws-actions/configure-aws-credentials@v2
23
17
with :
24
18
aws-access-key-id : ${{ secrets.DESIGN_DEPLOYER_AWS_ACCESS_KEY_ID }}
25
19
aws-secret-access-key : ${{ secrets.DESIGN_DEPLOYER_AWS_SECRET_ACCESS_KEY }}
26
20
aws-region : ' us-east-1'
21
+ - uses : actions/checkout@v3
27
22
- uses : actions/setup-node@v3
28
23
with :
29
24
node-version : 18
30
25
cache : npm
31
26
- uses : ScottBrenner/cfn-lint-action@v2
32
- - uses : actions/checkout@v3
33
27
- run : swift run
34
28
- run : npm install
35
29
- run : cfn-lint -t stack.yml
49
43
fi
50
44
- name : Deploy S3 Website
51
45
uses : danburtenshaw/s3-website-pr-action@v2
46
+ env :
47
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
52
48
with :
53
49
bucket-prefix : " vapor-design-pulls"
54
50
folder-to-copy : " ./Output"
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments