Skip to content

Commit 3283f6b

Browse files
committed
adding plugin to yml
1 parent f9c3098 commit 3283f6b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ jobs:
1010
- name: Checkout code
1111
uses: actions/checkout@v3
1212

13-
- name: Install IBM cloud CLI
13+
- name: Install IBM cloud CLI and plugins
1414
run: |
1515
curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
16+
ibmcloud plugin install code-engine
1617
ibmcloud login --apikey ${{secrets.IBM_CLOUD_API_KEY}} -r au-syd
1718
1819
- name: Build & Push Docker Image (User Service)

0 commit comments

Comments
 (0)