Skip to content
Snippets Groups Projects
Commit 7c6d5f00 authored by Borja Gimeno's avatar Borja Gimeno
Browse files

feat: add versioning command to deploy

parent 05f4ccfc
No related branches found
No related tags found
1 merge request!73feat: add versioning command to deploy
Pipeline #127537 passed
......@@ -186,11 +186,9 @@ We are using [Ansistrano](https://ansistrano.com/) to deploy our app.
Use the playbook `deploy.yml` to update the application project to the selected version:
```
$ pyenv exec ansible-playbook playbooks/deploy.yml --user USER --limit HOSTGROUP --ask-vault-pass
$ pyenv exec ansible-playbook playbooks/deploy.yml --user USER --limit HOSTGROUP -e ansistrano_git_branch=RELEASE_somconnexio-mm-proxy --ask-vault-pass
```
> TODO: How do we indicate the version we want to deploy?
### Staging/Production configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment