Skip to content

Commit

Permalink
fixup! Fix: Branch main could not be tested easily
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed May 2, 2024
1 parent 64170d4 commit f2ea59a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-main-on-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
# Wait for /var/lib/apt/lists/lock to be unlocked on the remote host via SSH.
while ssh root@${{ matrix.staging_servers.hostname }} lsof /var/lib/apt/lists/lock; do sleep 1; done
scp packaging/target/${{ matrix.staging_servers.package_name }} root@${{ matrix.staging_servers.hostname }}:/opt
ssh root@${{ matrix.staging_servers.hostname }} DEBIAN_FRONTEND=noninteractive "apt-get -o DPkg::Lock::Timeout=60 install -y /opt/${{ matrix.staging_servers.package_name }}"
scp packaging/target/${{ matrix.staging_servers.artifact_name }} root@${{ matrix.staging_servers.hostname }}:/opt
ssh root@${{ matrix.staging_servers.hostname }} DEBIAN_FRONTEND=noninteractive "apt-get -o DPkg::Lock::Timeout=60 install -y /opt/${{ matrix.staging_servers.artifact_name }}"

0 comments on commit f2ea59a

Please sign in to comment.