feature deploy download 0.0052
Some checks failed
Build Docker / deploy (push) Failing after 26s
Build Docker / build (push) Has been skipped

This commit is contained in:
2026-03-01 15:44:26 +03:00
parent 260c557f66
commit ac4c1602d8

View File

@@ -20,6 +20,14 @@ jobs:
run: echo "${{ secrets.SECRETS }}" > secrets.yml
- name: Create .env file
run: echo "${{ secrets.RUNNER_ENV }}" > .env
- name: Checkout only deploy.yml
uses: actions/checkout@v4
with:
repository: MH.Dmitrii/wedding-site
ref: main
path: .
sparse-checkout: |
ansible/deploy.yml
- name: Run Ansible playbook
run: ansible-playbook -i inventory.ini deploy.yml -e @secrets.yml
env: