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'