Skip to content

Commit

Permalink
chore: moved storage/cache stuff over to the same region as github ru…
Browse files Browse the repository at this point in the history
…nners
  • Loading branch information
peeter-tomberg committed Jul 16, 2023
1 parent e8e4054 commit 33af900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/commands/infra/setup-project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const setupProject = new Command()
const commands = [
// This is needed for terraform to work
`gcloud services enable cloudresourcemanager.googleapis.com --project=${project}`,
`gcloud services enable sqladmin.googleapis.com --project=${project}`,
// Linking billing account to the project
`gcloud beta billing projects link ${project} --billing-account=${billingAccountId}`,
];
Expand Down

0 comments on commit 33af900

Please sign in to comment.