Skip to content

Commit

Permalink
Update dev-server-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhilashKD authored Jan 17, 2025
1 parent 5fe8645 commit 0798513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
docker-compose -f docker-compose.teachers.yml down
docker system prune -af
docker-compose -f docker-compose.teachers.yml pull
timeout 3600 docker-compose -f docker-compose.teachers.yml up -d | tee docker-compose.log
timeout 90000 docker-compose -f docker-compose.teachers.yml up -d | tee docker-compose.log
sudo systemctl restart nginx

0 comments on commit 0798513

Please sign in to comment.