We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f78b9a commit c5730b0Copy full SHA for c5730b0
.github/workflows/deploy-splice.yml
@@ -21,4 +21,7 @@ jobs:
21
cd /home/deploy/code-workout/
22
docker compose pull
23
docker-compose down
24
+ docker-compose run web rake db:migrate # Run database migrations
25
+ docker-compose run web rake db:seed # Seed the database with new data
26
+ docker-compose run web rake assets:precompile # Precompile updated JS/CSS
27
docker-compose up -d
0 commit comments