Skip to content

Commit

Permalink
Fix file list
Browse files Browse the repository at this point in the history
  • Loading branch information
aSouchereau committed May 29, 2024
1 parent e173c6c commit 77d2621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
key: ${{ secrets.DEPLOY_SSH_KEY }}
overwrite: true
tar_tmp_path: "/home/souch/tmp/"
source: "src/,public/,index.html,package.json,package-lock.json,tsconfig.json,tsconfig-node.json,vite.config.ts"
source: "src/,public/,index.html,package.json,package-lock.json,tsconfig.json,tsconfig.node.json,vite.config.ts"
target: "/home/souch/html/souchca"

- name: Run Deploy Script
Expand Down

0 comments on commit 77d2621

Please sign in to comment.