Skip to content

Commit 260a076

Browse files
committed
specifying project in yml
1 parent a49c334 commit 260a076

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
@@ -21,6 +21,7 @@ jobs:
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
2323
ibmcloud target -g Default
24+
ibmcloud ce project select -n my-devops-platofrm
2425
docker push au.icr.io/mycodeengine/user-service:latest
2526
2627
- name: Deploy User Service to Code Engine

0 commit comments

Comments
 (0)