Skip to content

Commit 3b09a0d

Browse files
committed
Update OCI CLI command in deployment workflow
Updated the OCI CLI command to use the correct syntax for creating a container instance. This ensures compatibility with the latest OCI CLI version and prevents potential deployment errors.
1 parent 85fddc6 commit 3b09a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-oci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Deploy to OCI Container Instance
4747
run: |
48-
oci container-instances create \
48+
oci container-instances container-instance create \
4949
--compartment-id ${{ secrets.OCI_COMPARTMENT_ID }} \
5050
--availability-domain ${{ secrets.OCI_AVAILABILITY_DOMAIN }} \
5151
--shape ${{ secrets.OCI_SHAPE }} \

0 commit comments

Comments
 (0)