Skip to content

Commit

Permalink
Modify release to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
krolol committed Nov 26, 2024
1 parent 5fa824d commit 7f2a00f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,11 @@ on:

jobs:
build-and-deploy:
uses: Cerebellum-Network/reusable-workflows/.github/workflows/build-and-upload-static.yaml@master
uses: cere-io/reusable-workflows/.github/workflows/deploy-to-cloudfront.yaml@master
with:
runs-on: '["self-hosted", "cere-network-large"]'
build_container: 'node:20-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 }}
s3_bucket_name: 'dev-cere-explorer-dist'
aws_account_id: ${{ vars.DEV_NETWORK_AWS_ACCOUNT_ID }}

0 comments on commit 7f2a00f

Please sign in to comment.