This commit is contained in:
parent
cef59064f6
commit
72c223ae08
1 changed files with 4 additions and 2 deletions
|
|
@ -20,8 +20,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Install Docker
|
- name: Install Docker + Compose
|
||||||
run: apk add --no-cache docker-cli
|
run: |
|
||||||
|
apk add --no-cache docker-cli curl py3-pip
|
||||||
|
pip install docker-compose
|
||||||
|
|
||||||
- name: Deploy with Docker
|
- name: Deploy with Docker
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue