Skip to content

Commit b43b918

Browse files
committed
speeling
1 parent 260a076 commit b43b918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +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
24+
ibmcloud ce project select -n my-devops-platform
2525
docker push au.icr.io/mycodeengine/user-service:latest
2626
2727
- name: Deploy User Service to Code Engine

0 commit comments

Comments
 (0)