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