diff --git a/.github/workflows/dev.yaml b/.github/workflows/dev.yaml index a010e49d..38bfb9d6 100644 --- a/.github/workflows/dev.yaml +++ b/.github/workflows/dev.yaml @@ -35,5 +35,5 @@ jobs: install_packages_command: 'apt update; apt install python3 make libpq-dev g++ -y; cp -rf frontend/frontend.config-cere-dev.js frontend/frontend.config.js; yarn install' build_command: 'yarn workspace frontend generate' path_to_static_files_to_upload: 'frontend/dist' - aws_account_id: ${{ vars.STG_NETWORK_AWS_ACCOUNT_ID }} + aws_account_id: ${{ vars.DEV_NETWORK_AWS_ACCOUNT_ID }} s3_bucket_name: "stats.dev.cere.network"