Skip to content

Commit

Permalink
[Issue #314] updated the deploy command for jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
scaphilo committed Mar 29, 2020
1 parent 11e0820 commit 07c7284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ pipeline {
cd koalixcrm_deploy
pip install -r hetzner_jenkins_start_script/deployment_requirements.txt
cd hetzner_jenkins_start_script
python server_setup.py --branch_name=${BRANCH_NAME} --action=deploy
python server_setup.py --branch_name=${BRANCH_NAME} --action=deploy --component koalixcrm-django
'''
}
}
Expand Down

0 comments on commit 07c7284

Please sign in to comment.