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
steps:
- name: deploy
image: docker.internal.example.com/docker
image: gitea.internal.example.com/docker
volumes:
- name: dockersock
path: /var/run/
environment:
DOCKER_REGISTRY: https://docker.internal.example.com
DOCKER_REGISTRY: https://gitea.internal.example.com
DOCKER_USER: drone
DOCKER_PASS:
from_secret: docker-internal-password