Skip to content

Commit 01f2b7f

Browse files
committed
Fixed Jenkinsfile
1 parent e15fc0a commit 01f2b7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deployment/jenkins_deploy_prod_docker.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ ssh [email protected] <<EOF
44
cd projects/django/job-portal/
55
git pull
66
docker-compose -f docker-compose.prod.yml up --build -d
7-
sudo systemctl restart gunicorn
87
exit
9-
EOF
8+
EOF

0 commit comments

Comments
 (0)