Skip to content

Commit

Permalink
Merge pull request #956 from dacook/remote-deploy-self
Browse files Browse the repository at this point in the history
Fix remote deployment script
  • Loading branch information
dacook authored Nov 6, 2024
2 parents 0b6be98 + f19bd07 commit 3a50ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/remote_deployment/templates/deploy.j2
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ cd "/home/{{ deployment_user }}/ofn-install"
git pull

# Deploy
ansible-playbook playbooks/deploy.yml --limit {{ ansible_limit }} --connection local -e "git_repo=https://github.com/openfoodfoundation/openfoodnetwork.git git_version=$deploy"
ansible-playbook playbooks/deploy.yml --limit {{ inventory_hostname }} --connection local -e "git_repo=https://github.com/openfoodfoundation/openfoodnetwork.git git_version=$deploy"

0 comments on commit 3a50ff3

Please sign in to comment.