Skip to content

Commit ed7f064

Browse files
committed
Fix region name
1 parent 0c032a9 commit ed7f064

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ jobs:
8383
SCW_SECRET_KEY: ${{ secrets.SCW_SECRET_KEY }}
8484
SCW_DEFAULT_PROJECT_ID: ${{ secrets.SCW_DEFAULT_PROJECT_ID }}
8585
run: |
86-
scw config set region=${{ env.SCW_REGION }}
86+
scw config set default-region=${{ env.SCW_REGION }}
8787
scw container container update ${{ env.SCW_SERVERLESS_CONTAINER_ID }} \
8888
registry-image=${{ env.SCW_REGISTRY_ENDPOINT }}/${{ env.SCW_IMAGE_NAME }}:testing-latest

0 commit comments

Comments
 (0)