Skip to content

Commit

Permalink
makefile: removed duplicated commands
Browse files Browse the repository at this point in the history
  • Loading branch information
COil committed Jul 22, 2023
1 parent b73a33f commit eb1b49c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,4 @@ ci: test cs lint
deploy: ## Simple manual deploy on VPS (this is to update the demo site https://microsymfony.ovh/)
@git pull
@composer install
@bin/console cache:clear
@rm -rf ./public/assets/*
@bin/console asset-map:compile
@chown -R www-data: var/*

0 comments on commit eb1b49c

Please sign in to comment.