Skip to content

Commit

Permalink
try to disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
keweizhan committed Mar 19, 2024
1 parent 9f78b9a commit c5730b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-splice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c5730b0

Please sign in to comment.