Skip to content

Commit

Permalink
update new way for cache(1)
Browse files Browse the repository at this point in the history
  • Loading branch information
keweizhan committed Mar 19, 2024
1 parent c5730b0 commit 7151920
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-splice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +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 run web rake db:migrate
docker-compose run web rake db:seed
docker-compose run web rake assets:precompile
docker-compose up -d

0 comments on commit 7151920

Please sign in to comment.