Skip to content

Commit a49c334

Browse files
committed
adding target to yml
1 parent 3283f6b commit a49c334

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
run: |
2121
docker build -t au.icr.io/mycodeengine/user-service:latest ./user-service
2222
docker login -u iamapikey -p ${{secrets.IBM_CLOUD_API_KEY}} au.icr.io
23+
ibmcloud target -g Default
2324
docker push au.icr.io/mycodeengine/user-service:latest
2425
2526
- name: Deploy User Service to Code Engine

0 commit comments

Comments
 (0)