We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d70036 commit 0028879Copy full SHA for 0028879
1 file changed
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
13
- name: Install IBM cloud CLI
14
run: |
15
- curl -fsSL https://clis.cloud.ibm/install/linux | sh
+ curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
16
ibmcloud login --apikey ${{secrets.IBM_CLOUD_API_KEY}} -r au-syd
17
18
- name: Build & Push Docker Image (User Service)
0 commit comments