Add Docker-compose python module
All checks were successful
Configure Domain / deploy (push) Successful in 1m22s
All checks were successful
Configure Domain / deploy (push) Successful in 1m22s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Configure Kumonoboru
|
name: Configure Domain
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Install Ansible
|
- name: Install Ansible
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
pip install ansible docker
|
pip install ansible docker docker-compose
|
||||||
|
|
||||||
- name: Set up SSH
|
- name: Set up SSH
|
||||||
uses: webfactory/ssh-agent@v0.5.0
|
uses: webfactory/ssh-agent@v0.5.0
|
||||||
|
|||||||
Reference in New Issue
Block a user