Skip to content

Commit

Permalink
Fix accoutn
Browse files Browse the repository at this point in the history
  • Loading branch information
krolol committed Jan 30, 2025
1 parent 418482a commit 6f4e595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6f4e595

Please sign in to comment.