Skip to content

Merge branch 'hotfix/0.7.5' #49

Merge branch 'hotfix/0.7.5'

Merge branch 'hotfix/0.7.5' #49

Workflow file for this run

name: Release to stage
on:
push:
branches:
- 'release/**'
- 'hotfix/**'
permissions:
id-token: write
contents: read
jobs:
build_and_deploy:
uses: cere-io/reusable-workflows/.github/workflows/deploy-to-cloudfront.yaml@master
with:
build_container: 'node:16-buster-slim'
install_packages_command: 'cp .env.stage .env; npm ci'
build_command: 'npm run bundle'
path_to_static_files_to_upload: 'build'
aws_account_id: ${{ vars.STG_CORE_AWS_ACCOUNT_ID }}
s3_bucket_name: 'games-sdk-stg.core-stage.aws.cere.io'
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN_READ }}