mirror of
https://github.com/escalante29/WealthySmart.git
synced 2026-05-19 08:28:48 +02:00
Remove one-time DB reset step from deploy workflow
All checks were successful
Deploy to VPS / deploy (push) Successful in 6s
All checks were successful
Deploy to VPS / deploy (push) Successful in 6s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -24,10 +24,6 @@ jobs:
|
||||
ENVEOF
|
||||
sed -i 's/^[[:space:]]*//' .env.prod
|
||||
|
||||
- name: Reset database (one-time schema migration)
|
||||
run: |
|
||||
docker compose -f docker-compose.prod.yml --env-file .env.prod down -v || true
|
||||
|
||||
- name: Build and deploy
|
||||
run: |
|
||||
docker compose -f docker-compose.prod.yml --env-file .env.prod build
|
||||
|
||||
Reference in New Issue
Block a user