From 3b841f5fb83e7bbc324186cdeef4b2f100cfacec Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Sun, 31 Jan 2021 02:25:09 -0700 Subject: [PATCH] update deploy path on DO droplet --- .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 a517bb6..84cbc53 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: with: switches: -avzr --delete --exclude node_modules --exclude '.git*' path: ./ - remote_path: /docker-services/letsencrypt/www + remote_path: /docker-services/letsencrypt/www/personal-website remote_host: server.chuckdries.com remote_user: ${{ secrets.CI_USER }} remote_key: ${{ secrets.CI_SSH_KEY }}