Update deploy.yml
This commit is contained in:
parent
cd8c397f0d
commit
79f5d42a54
|
|
@ -32,10 +32,10 @@ jobs:
|
||||||
# - name: Push Docker image
|
# - name: Push Docker image
|
||||||
# run: docker push gitea.local.thethomaas.net/thethomaas/11ty-workflow-example:latest
|
# run: docker push gitea.local.thethomaas.net/thethomaas/11ty-workflow-example:latest
|
||||||
|
|
||||||
- name: Set up Docker Compose
|
# - name: Set up Docker Compose
|
||||||
uses: https://github.com/isbang/compose-action@v1.4.1
|
# uses: https://github.com/isbang/compose-action@v1.4.1
|
||||||
with:
|
# with:
|
||||||
compose-file: docker-compose.yml
|
# compose-file: docker-compose.yml
|
||||||
|
|
||||||
- name: Start Docker Compose services
|
- name: Start Docker Compose services
|
||||||
run: docker-compose up -d
|
run: docker-compose up -d
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue