diff --git a/.github/workflows/deploy-splice.yml b/.github/workflows/deploy-splice.yml index fac1e84b..51b10431 100644 --- a/.github/workflows/deploy-splice.yml +++ b/.github/workflows/deploy-splice.yml @@ -21,4 +21,7 @@ jobs: cd /home/deploy/code-workout/ docker compose pull docker-compose down + docker-compose run web rake db:migrate # Run database migrations + docker-compose run web rake db:seed # Seed the database with new data + docker-compose run web rake assets:precompile # Precompile updated JS/CSS docker-compose up -d