Skip to content

Commit c5730b0

Browse files
committed
try to disable cache
1 parent 9f78b9a commit c5730b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-splice.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ jobs:
2121
cd /home/deploy/code-workout/
2222
docker compose pull
2323
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
2427
docker-compose up -d

0 commit comments

Comments
 (0)