Skip to content

Commit

Permalink
update deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
perennialAutodidact committed Mar 16, 2024
1 parent 1bb47a3 commit 2f374b8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:
./install.sh --accept-all-defaults
exec -l $SHELL
# - 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: 'Build'
run: |
npm i -g yarn \
Expand Down

0 comments on commit 2f374b8

Please sign in to comment.