From 11665e3fece4d9802edde8604eee76f11f6631c2 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Sat, 19 Jun 2021 08:23:05 -0700 Subject: [PATCH] fix deploy path --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9f21413..f27c930 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: with: switches: -zr --delete --exclude node_modules --exclude '.git*' path: ./public/ - remote_path: /www/personal-website + remote_path: www/personal-website remote_host: droplet.chuckdries.com remote_user: ${{ secrets.CI_USER }} remote_key: ${{ secrets.CI_SSH_KEY }}