Add Docker-compose python module
All checks were successful
Configure Domain / deploy (push) Successful in 1m22s

This commit is contained in:
2023-11-24 16:54:24 +02:00
parent 2f08e71fd9
commit 4638e36c72

View File

@@ -1,4 +1,4 @@
name: Configure Kumonoboru
name: Configure Domain
on:
push:
@@ -19,7 +19,7 @@ jobs:
- name: Install Ansible
run: |
python3 -m pip install --upgrade pip
pip install ansible docker
pip install ansible docker docker-compose
- name: Set up SSH
uses: webfactory/ssh-agent@v0.5.0