From 3f658a301304e0d295e86fe55d3580a92aac1406 Mon Sep 17 00:00:00 2001 From: Ben Hays Date: Sun, 22 Oct 2023 22:15:29 -0400 Subject: [PATCH] Remove Dependency Downloading --- .gitea/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 19234c4..10d6dc9 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -27,7 +27,5 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - name: Install pre-reqs - run: sudo apt update; sudo apt install -y sshpass - name: Deploy to Server run: sshpass -p "M0dderStella" scp -r public/* root@10.0.1.15:/var/www/html/ \ No newline at end of file