1
0

update example hostname in readme

This commit is contained in:
James Brumond 2022-09-19 20:51:05 -07:00
parent f124c47d34
commit db706d2ecc
Signed by: james
GPG Key ID: 24BA25B8B303B023

View File

@ -12,12 +12,12 @@ See https://blog.jbrumond.me/post/raspberry-pi-cluster-part-4:-gitea-and-drone f
```yaml ```yaml
steps: steps:
- name: deploy - name: deploy
image: docker.internal.example.com/docker image: gitea.internal.example.com/docker
volumes: volumes:
- name: dockersock - name: dockersock
path: /var/run/ path: /var/run/
environment: environment:
DOCKER_REGISTRY: https://docker.internal.example.com DOCKER_REGISTRY: https://gitea.internal.example.com
DOCKER_USER: drone DOCKER_USER: drone
DOCKER_PASS: DOCKER_PASS:
from_secret: docker-internal-password from_secret: docker-internal-password