Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 committed Jun 19, 2024
1 parent 91b8cd8 commit d57a157
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ssh-keyscan -H ${{ secrets.SSH_HOST }} > ~/.ssh/known_hosts
- name: Connect and pull
run: ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "cd ${{ secrets.WORK_DIR }} && docker compose pull && docker compose up -d && exit"
run: ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "cd ${{ secrets.WORK_DIR }} && docker compose pull && docker compose up -d && docker image prune -f && exit"

- name: Cleanup
run: rm -rf ~/.ssh
Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@types/howler": "2.2.11",
"@types/jsonwebtoken": "9.0.6",
"@types/node": "20.14.5",
"eslint": "9.5.0",
"eslint-plugin-svelte": "2.40.0",
"madge": "7.0.0",
"prisma": "5.15.1",
"svelte": "5.0.0-next.158",
"svelte-check": "3.8.1",
"svelte-eslint-parser": "0.39.1",
"typescript": "5.4.5",
"vite": "5.3.1"
}
Expand Down

0 comments on commit d57a157

Please sign in to comment.