File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 5353 printf '%s' "${ANSIBLE_VAULT_PASSWORD}" > "$HOME/.vault"
5454 chmod 600 "$HOME/.vault"
5555
56+ - name : Start ssh-agent and add key
57+ uses :
webfactory/[email protected] 58+ with :
59+ ssh-private-key : ${{ secrets.DEPLOY_SSH_KEY }}
60+
5661 - name : Run Ansible Airflow Playbook for Prod
5762 working-directory : ansible-playbook-airflow
5863 run : |
Original file line number Diff line number Diff line change 5050 printf '%s' "${ANSIBLE_VAULT_PASSWORD}" > "$HOME/.vault"
5151 chmod 600 "$HOME/.vault"
5252
53+ - name : Start ssh-agent and add key
54+ uses :
webfactory/[email protected] 55+ with :
56+ ssh-private-key : ${{ secrets.DEPLOY_SSH_KEY }}
57+
5358 - name : Run Ansible Airflow Playbook for QA
5459 working-directory : ansible-playbook-airflow
5560 run : |
You can’t perform that action at this time.
0 commit comments