Skip to content

Commit

Permalink
feat(make): better deploy target
Browse files Browse the repository at this point in the history
  • Loading branch information
COil committed Nov 26, 2023
1 parent 095e615 commit 94f3132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,5 @@ deploy: ## Simple manual deploy on VPS (this is to update the demo site https://
@composer install
@chown -R www-data: var/*
@cp .env.local.dist .env.local
@composer dump-env prod
@bin/console asset-map:compile

0 comments on commit 94f3132

Please sign in to comment.