davideisinger.com

My personal website
Log | Files | Refs | README

commit 71790b2376fa3aad7f64d7970e2f9d5b8ff3985f
parent ac258e9aaf7e561c39267184653d7000756beddd
Author: David Eisinger <[email protected]>
Date:   Wed, 11 Jan 2023 11:25:25 -0500

rsync deploy

Diffstat:
M.github/workflows/deploy.yml | 7+------
1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml @@ -13,9 +13,6 @@ jobs: hugo-version: "0.109.0" extended: true - - name: Build - run: hugo - - name: Install SSH deploy key if: ${{ github.ref == 'refs/heads/main' }} env: @@ -29,6 +26,4 @@ jobs: - name: Deploy if: ${{ github.ref == 'refs/heads/main' }} - run: | - cd public - scp -o PubkeyAcceptedKeyTypes=+ssh-rsa -r * [email protected]:/var/www/davideisinger.com + run: bin/deploy