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