Skip to content

Commit

Permalink
ci(e2e): update upgrade before running install script
Browse files Browse the repository at this point in the history
  • Loading branch information
nicotsx committed Nov 28, 2023
1 parent 83e96cf commit 8104a9f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@ jobs:
user: root
key: ${{ secrets.SSH_KEY }}

- name: Wait for dpkg lock to be released
run: |
while ! ssh -o StrictHostKeyChecking=no -i ~/.ssh/id_rsa root@${{ steps.get-droplet-ip.outputs.droplet_ip }} "dpkg --configure -a"; do sleep 5; done
- name: Wait 90 seconds for Docker to be ready on Droplet
run: sleep 90

- name: Deploy app to Droplet
uses: fifsky/ssh-action@master
Expand Down

0 comments on commit 8104a9f

Please sign in to comment.