feat: fix template
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2023-04-08 12:36:49 +02:00
parent 508c1e2025
commit a7e7d082b4
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -40,8 +40,8 @@ steps:
- echo "$SSH_KEY" | base64 -d > ~/.ssh/id_ed25519
- chmod -R 600 ~/.ssh
- ssh-add
- echo "$${DOCKER_PASSWORD}" | docker login --password-stdin --username="$${DOCKER_USERNAME}" "$${DOCKER_HOST}"
- shuttle run build
- echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME" docker.io
- shuttle run ci
services:
- name: docker
image: docker:dind