Skip to content

Commit 40b7b41

Browse files
committed
Fix folder name in redeploy workflow
1 parent fdf9b49 commit 40b7b41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
- name: Redeploy Site
3737
run: |
3838
ssh my-vps '~/redeploy-site.sh' \
39-
ssh my-vps 'yes | cp ~/PE-portfolio/scripts/redeploy-site.sh ~/redeploy-site.sh'
39+
ssh my-vps 'yes | cp ~/graph-uf/scripts/redeploy-site.sh ~/redeploy-site.sh'

0 commit comments

Comments
 (0)