0.0056
Some checks failed
Build Docker / deploy (push) Failing after 39s
Build Docker / build (push) Has been skipped

This commit is contained in:
2026-03-01 15:53:50 +03:00
parent 7b08584aeb
commit a62a527b10
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /tmp/id_rsa echo "${{ secrets.SSH_PRIVATE_KEY }}" > /tmp/id_rsa
chmod 600 /tmp/id_rsa chmod 600 /tmp/id_rsa
- name: Install Ansible collection - name: Install Ansible collection
run: ansible-galaxy collection install community.docker.docker_compose_v2 run: ansible-galaxy collection install community.docker
- name: Create inventory - name: Create inventory
run: echo "${{ secrets.INVENTORY }}" > inventory.ini run: echo "${{ secrets.INVENTORY }}" > inventory.ini
- name: Create secrets.yml - name: Create secrets.yml

View File

@@ -27,7 +27,7 @@
dest: /opt/infra dest: /opt/infra
- name: Start docker compose via module - name: Start docker compose via module
community.docker.docker_compose: community.docker.docker_compose_v2:
project_src: /opt/infra project_src: /opt/infra
files: files:
- node-docker.yaml - node-docker.yaml