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 923e988 commit 19ed4d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
echo "${{ secrets.DEV_ENV }}" > .env
ls -ltra
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
sudo systemctl restart nginx

0 comments on commit 19ed4d5

Please sign in to comment.