Skip to content

Commit

Permalink
fix: chag test
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldte committed Sep 18, 2024
1 parent d2967d5 commit 9f1dafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
cd /var/www/invoice/
git pull origin main # Change 'main' to your branch if needed
# Build and start the Docker containers
docker-compose up -d
docker compose up -d

echo "Deployment completed."

0 comments on commit 9f1dafa

Please sign in to comment.