Skip to content
  • ToM's avatar
    feat(deploy.py): allow to pull specific branches of playbooks · dd24ff25
    ToM authored
    For each playbook the branch to pull can be specified from environment
    variables:
    
    - `OLIP_PRE_INSTALL_BRANCH`
    - `OLIP_DEPLOY_BRANCH`
    - `OLIP_POST_INSTALL_BRANCH`
    
    Example:
    
    ```shell
    OLIP_DEPLOY_BRANCH=123-some-related-issue python3 deploy.py
    ```
    
    Closes #63
    dd24ff25