Skip to content

Commit

Permalink
update compose deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dachosen1 committed Jul 8, 2024
1 parent a742a4e commit b918800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
ssh -o StrictHostKeyChecking=no -i private_key ${USER_NAME}@${HOSTNAME} '
cd .. && cd /home/nearquake &&
git pull origin master &&
sudo docker-compose up -d --build &&
sudo docker compose up -d --build &&
sudo docker image prune -f &&
find /var/log/nearquake -name "*.log" -type f -mtime +30 -exec rm {} \;
'

0 comments on commit b918800

Please sign in to comment.