Skip to content

Commit 6927a4e

Browse files
committed
chore: Update deployment workflow to upload app to custom server
1 parent 69cc63c commit 6927a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-tutor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
password: ${{ secrets.SERVER_PASSWORD }}
6464
port: ${{ secrets.PORT }}
6565
script: |
66-
rm -rf /mnt/i32g-nfs/pluto-frontend/public_test/*
66+
rm -rf /mnt/i32g-nfs/pluto-frontend/public/*
6767
6868
- name: Upload App to Server
6969
uses: appleboy/[email protected]
@@ -73,5 +73,5 @@ jobs:
7373
password: ${{ secrets.SERVER_PASSWORD }}
7474
port: ${{ secrets.PORT }}
7575
source: 'dist/*'
76-
target: '/mnt/i32g-nfs/pluto-frontend/public_test'
76+
target: '/mnt/i32g-nfs/pluto-frontend/public'
7777
strip_components: 1

0 commit comments

Comments
 (0)