Switched steps order
This commit is contained in:
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -34,17 +34,17 @@ jobs:
|
|||||||
id-token: write
|
id-token: write
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Download Artifact
|
|
||||||
uses: actions/download-artifact@v3
|
|
||||||
with:
|
|
||||||
name: build
|
|
||||||
path: build
|
|
||||||
- name: Configure AWS Credentials
|
- name: Configure AWS Credentials
|
||||||
uses: aws-actions/configure-aws-credentials@master
|
uses: aws-actions/configure-aws-credentials@master
|
||||||
with:
|
with:
|
||||||
aws-region: eu-central-1
|
aws-region: eu-central-1
|
||||||
role-to-assume: arn:aws:iam::511165248623:role/github_techradar
|
role-to-assume: arn:aws:iam::511165248623:role/github_techradar
|
||||||
role-session-name: GitHubActions
|
role-session-name: GitHubActions
|
||||||
|
- name: Download Artifact
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: build
|
||||||
|
path: build
|
||||||
- run: 'aws s3 sync --delete s3://techradar-test-aoe/techradar/'
|
- run: 'aws s3 sync --delete s3://techradar-test-aoe/techradar/'
|
||||||
|
|
||||||
# deploy:
|
# deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user