feat: add ci
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2023-04-08 12:14:38 +02:00
parent f46847a523
commit 797de688d7
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -31,6 +31,8 @@ steps:
from_secret: docker_username from_secret: docker_username
SSH_KEY: SSH_KEY:
from_secret: gitea_id_ed25519 from_secret: gitea_id_ed25519
DRONE_TOKEN:
from_secret: drone_token
commands: commands:
- set -eu - set -eu
- eval `ssh-agent` - eval `ssh-agent`
@ -40,6 +42,7 @@ steps:
- ssh-add - ssh-add
- echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME" docker.io - echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME" docker.io
- shuttle run build - shuttle run build
- shuttle run ci
services: services:
- name: docker - name: docker
image: docker:dind image: docker:dind