Skip to content

chore: update height for embed and fix browserslist #42

chore: update height for embed and fix browserslist

chore: update height for embed and fix browserslist #42

Workflow file for this run

name: Upload Locator Demo
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: npm ci
- run: npm run build --if-present
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-central-1
- name: Deploy static site to S3 bucket
run: aws s3 sync dist s3://demo.woosmap.com/storelocator/mapjs --acl public-read