Skip to content

Merge pull request #86 from Cerebellum-Network/feature/add-type-bundl… #69

Merge pull request #86 from Cerebellum-Network/feature/add-type-bundl…

Merge pull request #86 from Cerebellum-Network/feature/add-type-bundl… #69

Workflow file for this run

name: Release to dev
on:
workflow_dispatch:
push:
branches:
- dev
jobs:
build-and-deploy:
uses: Cerebellum-Network/reusable-workflows/.github/workflows/build-and-upload-static.yaml@1.0.0
with:
runs-on: '["self-hosted", "cere-network-large-workers"]'
build_container: 'node:14-buster'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'yarn install'
build_command: 'yarn build'
path_to_static_files_to_upload: 'packages/apps/build'
secrets:
NETWORK_AWS_ACCESS_KEY_ID: ${{ secrets.DEV_NETWORK_AWS_ACCESS_KEY_ID }}
NETWORK_AWS_SECRET_ACCESS_KEY: ${{ secrets.DEV_NETWORK_AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
S3_BUCKET_NAME: ${{ secrets.S3_BUCKET_NAME_DEV }}
CF_DISTRIBUTION_ID: ${{ secrets.CF_DISTRIBUTION_ID_DEV }}