update workflow
Some checks failed
/ Connect to deployment host, update, and redeploy docs website. (push) Has been skipped
/ Build static site, docker image, upload artifact... (push) Failing after 2m57s

This commit is contained in:
2024-09-26 06:19:31 -07:00
parent d3dadb5170
commit ccb0ddff24

View File

@@ -69,13 +69,6 @@ jobs:
name: Connect to deployment host, update, and redeploy docs website. name: Connect to deployment host, update, and redeploy docs website.
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
-
name: Install required system packages...
run: |
export DEBIAN_FRONTEND=noninteractive
apt update
apt upgrade -y
apt install -y iputils-ping
- -
name: Configure SSH... name: Configure SSH...
env: env:
@@ -94,11 +87,6 @@ jobs:
StrictHostKeyChecking no StrictHostKeyChecking no
END END
cat ~/.ssh/config cat ~/.ssh/config
-
name: Ping SSH host...
env:
SSH_HOST: ${{ secrets.DEPLOYMENT_HOST }}
run: ping -c 3 $SSH_HOST
- -
name: Run deploy script. name: Run deploy script.
run: ssh staging run: ssh staging