Fixed sync command

This commit is contained in:
Fabrizio Branca
2024-03-01 15:06:07 +01:00
parent 7494bce08c
commit aeae4b46af

View File

@@ -45,7 +45,7 @@ jobs:
with: with:
name: build name: build
path: build path: build
- run: 'aws s3 sync --delete s3://techradar-test-aoe/techradar/' - run: 'aws s3 sync --delete build/ s3://techradar-test-aoe/techradar/'
# deploy: # deploy:
# runs-on: ubuntu-20.04 # runs-on: ubuntu-20.04