Update deploy.yml
This commit is contained in:
parent
73a723fcef
commit
89926d8a31
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
# compose-file: docker-compose.yml
|
||||
|
||||
- name: Run Docker container
|
||||
run: docker run -d -p 8086:80 -v /mnt/appdata/dev/dist:/usr/share/nginx/html:ro thethomaas/11ty-workflow-example:latest
|
||||
run: sudo docker run -d -p 8086:80 -v /mnt/appdata/dev/dist:/usr/share/nginx/html:ro thethomaas/11ty-workflow-example:latest
|
||||
|
||||
# - name: Start Docker Compose services
|
||||
# run: docker-compose up -d
|
||||
|
|
|
|||
Loading…
Reference in a new issue