Update .forgejo/workflows/deploy.yml
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 6s
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 6s
This commit is contained in:
parent
72c223ae08
commit
b13adc30a3
1 changed files with 6 additions and 3 deletions
|
|
@ -20,10 +20,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Install Docker + Compose
|
- name: Install Docker CLI + Compose Plugin
|
||||||
run: |
|
run: |
|
||||||
apk add --no-cache docker-cli curl py3-pip
|
apk add --no-cache docker-cli curl
|
||||||
pip install docker-compose
|
mkdir -p ~/.docker/cli-plugins
|
||||||
|
curl -SL https://github.com/docker/compose/releases/download/v2.27.0/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
|
||||||
|
chmod +x ~/.docker/cli-plugins/docker-compose
|
||||||
|
docker compose version
|
||||||
|
|
||||||
- name: Deploy with Docker
|
- name: Deploy with Docker
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue