From ccb0ddff244e72a5ae122220187b9fbe3ef7f147 Mon Sep 17 00:00:00 2001 From: Freyja Odinthrir Date: Thu, 26 Sep 2024 06:19:31 -0700 Subject: [PATCH] update workflow --- .gitea/workflows/production/build-deploy-docs.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitea/workflows/production/build-deploy-docs.yml b/.gitea/workflows/production/build-deploy-docs.yml index 734fe8b..f834172 100644 --- a/.gitea/workflows/production/build-deploy-docs.yml +++ b/.gitea/workflows/production/build-deploy-docs.yml @@ -69,13 +69,6 @@ jobs: name: Connect to deployment host, update, and redeploy docs website. runs-on: ubuntu-latest steps: - - - name: Install required system packages... - run: | - export DEBIAN_FRONTEND=noninteractive - apt update - apt upgrade -y - apt install -y iputils-ping - name: Configure SSH... env: @@ -94,11 +87,6 @@ jobs: StrictHostKeyChecking no END cat ~/.ssh/config - - - name: Ping SSH host... - env: - SSH_HOST: ${{ secrets.DEPLOYMENT_HOST }} - run: ping -c 3 $SSH_HOST - name: Run deploy script. run: ssh staging