Skip to content

Commit

Permalink
alteração no comando do deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiscleverson committed Apr 9, 2024
1 parent dcb05e6 commit bd65e07
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ status:
build:
docker compose up --build

deploy: build stop
sudo cp ./app.service /etc/systemd/system/ && \
sudo systemctl enable app && \
sudo systemctl restart app
deploy:
cd /var/www/cleverson.online \
docker-compose down \
docker-compose pull \
docker-compose up -d

0 comments on commit bd65e07

Please sign in to comment.