Skip to content

Commit 9a1ac69

Browse files
committed
Gwynne is very slow on the uptake
1 parent ee38afc commit 9a1ac69

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

.github/workflows/ci.yaml renamed to .github/workflows/ci.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,17 @@ jobs:
1313
name: Test, Build, and Deploy
1414
runs-on: ubuntu-latest
1515
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
2216
- uses: aws-actions/configure-aws-credentials@v2
2317
with:
2418
aws-access-key-id: ${{ secrets.DESIGN_DEPLOYER_AWS_ACCESS_KEY_ID }}
2519
aws-secret-access-key: ${{ secrets.DESIGN_DEPLOYER_AWS_SECRET_ACCESS_KEY }}
2620
aws-region: 'us-east-1'
21+
- uses: actions/checkout@v3
2722
- uses: actions/setup-node@v3
2823
with:
2924
node-version: 18
3025
cache: npm
3126
- uses: ScottBrenner/cfn-lint-action@v2
32-
- uses: actions/checkout@v3
3327
- run: swift run
3428
- run: npm install
3529
- run: cfn-lint -t stack.yml
@@ -49,6 +43,8 @@ jobs:
4943
fi
5044
- name: Deploy S3 Website
5145
uses: danburtenshaw/s3-website-pr-action@v2
46+
env:
47+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5248
with:
5349
bucket-prefix: "vapor-design-pulls"
5450
folder-to-copy: "./Output"
File renamed without changes.
File renamed without changes.

stack.yaml renamed to stack.yml

File renamed without changes.

0 commit comments

Comments
 (0)