Skip to content

Commit 7a618bb

Browse files
committed
fix: add ecosystem.config.js in scp command
1 parent 97d9e52 commit 7a618bb

File tree

2 files changed

+130
-282
lines changed

2 files changed

+130
-282
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
host: ${{ secrets.SERVER_HOST }}
3030
username: ${{ secrets.SERVER_USER }}
3131
key: ${{ secrets.SSH_PRIVATE_KEY }}
32-
source: ".next/,public/,package.json,package-lock.json"
32+
source: ".next/,public/,package.json,package-lock.json,ecosystem.config.js"
3333
target: "/var/www/fastfony/main/docs"
3434

3535
- name: Execute deployment commands

0 commit comments

Comments
 (0)