Skip to content

Commit

Permalink
updated deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
perennialAutodidact committed Mar 10, 2024
1 parent b04f402 commit 52b7eb0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ jobs:
- name: 'Check existing instance'
run : |
echo "::set-env name=INSTANCE_OCID::$(\
oci compute instance list \
echo "oci compute instance list \
--lifecycle-state RUNNING \
--compartment-id ${{secrets.VM_COMPARTMENT_ID}} \
--display-name memory-snap \
--query `data [0].id` \
--raw-output \
)"
"

0 comments on commit 52b7eb0

Please sign in to comment.