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 1ad8c6d commit 48a750b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dev-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
fi
echo "${{ secrets.DEV_ENV }}" > .env
ls -ltra
docker-compose -f docker-compose.teachers.yml down
timeout 90000 docker-compose -f docker-compose.teachers.yml up -d
docker system prune -af
timeout 1800 docker-compose -f docker-compose.teachers.yml up -d
sudo systemctl restart nginx

0 comments on commit 48a750b

Please sign in to comment.