From c266c6d9a74b0bb4d0ae1d5b226809b443b9a0a8 Mon Sep 17 00:00:00 2001 From: aleguy02 Date: Thu, 4 Sep 2025 13:28:15 -0400 Subject: [PATCH] Update deploy workflow --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9676488..a6000d2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: github.event_name == 'workflow_dispatch' || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success' && - (github.event.workflow_run.head_branch == 'main' || github.event.workflow_run.head_branch == 'github-actions')) + github.event.workflow_run.head_branch == 'main') name: "Deploy to VPS" runs-on: ubuntu-latest steps: @@ -36,4 +36,4 @@ jobs: - name: Redeploy Site run: | ssh my-vps '~/redeploy-site.sh' \ - ssh my-vps 'yes | cp ~/PE-portfolio/scripts/redeploy-site.sh ~/redeploy-site.sh' + ssh my-vps 'yes | cp ~/graph-uf/scripts/redeploy-site.sh ~/redeploy-site.sh'