Skip to content

Commit 3e67b59

Browse files
authored
CDDev: only deploy the Web app from the main repo.
2 parents a96752a + 3d128a6 commit 3e67b59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cddev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
web_app:
10+
if: ${{ github.repository == 'opencor/webapp' }}
1011
name: Web app
1112
runs-on: ubuntu-22.04
1213
steps:
@@ -34,5 +35,5 @@ jobs:
3435
remote-user: ${{ secrets.REMOTE_USER }}
3536
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
3637
local-path: ./src/renderer/dist
37-
remote-path: /home/www/opencor.ws/app-dev
38+
remote-path: /home/www/opencor.ws/appdev
3839
sync: full

0 commit comments

Comments
 (0)