Skip to content

Commit

Permalink
ci: change region
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Jul 22, 2024
1 parent 4f8f4b0 commit aa8b8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Deploy to Azure
run: |
# Create resource group rg-copilot-nodejs-todo
az group create --name rg-copilot-nodejs-todo --location westeurope
az group create --name rg-copilot-nodejs-todo --location eastus2
# Create cosmosdb with default api
az cosmosdb create --name copilot-nodejs-todo --resource-group rg-copilot-nodejs-todo
# Create database todos with collection tasks
Expand Down

0 comments on commit aa8b8e0

Please sign in to comment.