Skip to content

Commit d3e4ac5

Browse files
committed
fix ci/cd path
1 parent 60525aa commit d3e4ac5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ jobs:
6969
7070
- name: Docker Pull && Restart App
7171
run: |
72-
ssh self_host 'cd /home/deploy/app/playwright && sh update_and_restart.sh'
72+
ssh self_host 'cd /home/deploy/app/headless-browser-clusters && sh update_and_restart.sh'
7373

.github/workflows/browser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ jobs:
6868
6969
- name: Docker Pull && Restart App
7070
run: |
71-
ssh self_host 'cd /home/deploy/app/playwright && sh update_and_restart.sh'
71+
ssh self_host 'cd /home/deploy/app/headless-browser-clusters && sh update_and_restart.sh'
7272

0 commit comments

Comments
 (0)