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 3e032f7 commit 2c817b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
# --raw-output \
# "

- name: 'Wait for SSH'
run: |
while ! nc -w5 -z ${{ secrets.OCI_INSTANCE_PUBLIC_IP }} 22; do
sleep 5
echo "SSH not available..."
done; echo "SSH ready!"
- name: 'Wait for SSH'
run: |
while ! nc -w5 -z ${{ secrets.OCI_INSTANCE_PUBLIC_IP }} 22; do
sleep 5
echo "SSH not available..."
done; echo "SSH ready!"

0 comments on commit 2c817b1

Please sign in to comment.