update to newest radar

This commit is contained in:
Bastian Ike
2021-01-11 15:10:44 +01:00
parent 4aedca02e1
commit 0f7fbed4ac
2 changed files with 4 additions and 2 deletions

View File

@@ -14,7 +14,8 @@ jobs:
with:
node-version: '12'
- run: yarn
- run: yarn aoe_technology_radar
- run: PUBLIC_URL=/techradar yarn aoe_technology_radar
- run: yarn aoe_technology_radar-static
- uses: jakejarvis/s3-sync-action@master
with:
args: --acl public-read
@@ -24,3 +25,4 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.ACCESS_SECRET }}
AWS_REGION: 'eu-central-1'
SOURCE_DIR: 'build'
DEST_DIR: 'techradar'