Switched steps order

This commit is contained in:
Fabrizio Branca
2024-03-01 15:02:20 +01:00
parent 42bf84f91f
commit 7494bce08c

View File

@@ -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: