Compare commits

...

2 commits

Author SHA1 Message Date
72a8f194d9 chore: update version
Some checks failed
Deploy to Production / deploy (push) Failing after 45s
2026-06-01 13:39:23 -03:00
144139a13f fix: sveltekit dev dependencies 2026-06-01 13:39:08 -03:00
2 changed files with 3 additions and 3 deletions

View file

@ -24,9 +24,9 @@ module.exports = {
ref: 'origin/master',
repo: 'git@git.leomurca.xyz:leomurca/leomurca.git',
path: '/home/deployer/prod-leomurca',
'pre-deploy': 'rm -rf node_modules build',
'pre-deploy': 'rm -rf node_modules build .svelte-kit',
'post-deploy':
'npm ci && PUBLIC_APP_ENV=production npm run build && pm2 startOrReload ecosystem.config.cjs --only leomurca-prod --env production && pm2 save',
'npm ci --include=dev && PUBLIC_APP_ENV=production npm run build && pm2 startOrReload ecosystem.config.cjs --only leomurca-prod --env production && pm2 save',
env: {
PUBLIC_APP_ENV: 'production',

View file

@ -1,7 +1,7 @@
{
"name": "leomurca",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"scripts": {
"dev": "vite dev",