Skip to content

Commit

Permalink
Merge pull request #322 from KoalixSwitzerland/issue314
Browse files Browse the repository at this point in the history
Issue314
  • Loading branch information
scaphilo authored Mar 29, 2020
2 parents 37ac754 + 07c7284 commit 87d1253
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.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 87d1253

Please sign in to comment.