Skip to content

Commit

Permalink
adjust CI
Browse files Browse the repository at this point in the history
  • Loading branch information
janderson-souza authored Nov 15, 2023
1 parent 43499c0 commit cc1e4e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
source: "dist/*"
target: "/usr/share/nginx/html/sl/admin"
source: dist/*
target: /usr/share/nginx/html/sl/admin
3 changes: 2 additions & 1 deletion tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"outDir": "dist"
},
"include": ["vite.config.ts"]
}

0 comments on commit cc1e4e9

Please sign in to comment.