Skip to content

Commit

Permalink
Deploy tutor systemd service on every commit
Browse files Browse the repository at this point in the history
  • Loading branch information
snglth committed Aug 23, 2023
1 parent 2e010e9 commit 4d3ef9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ variables:
.deploy-execute: &deploy-execute
- cd "${CI_PROJECT_DIR}"/ansible
- ANSIBLE_CONFIG=. ansible-playbook -u tutor -l "${ANSIBLE_HOST}" -t tutor_config playbook.yml
- ANSIBLE_CONFIG=. ansible-playbook -u tutor -l "${ANSIBLE_HOST}" -t tutor_deploy playbook.yml
- ANSIBLE_CONFIG=. ansible-playbook -u tutor -l "${ANSIBLE_HOST}" -t tutor_service,tutor_deploy playbook.yml

build-openedx:
stage: build
Expand Down

0 comments on commit 4d3ef9b

Please sign in to comment.