From 4dbad07a0beab58483b1c27ecfa040732d5aecf1 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 23 Apr 2021 15:17:46 -0400 Subject: [PATCH] why isnt it working --- .do/deploy.template.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index ac2b55b4..815be6f2 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -1,10 +1,8 @@ spec: services: - name: archivebox - image: - registry_type: DOCKER_HUB - registry: docker.io - repository: archivebox/archivebox - tag: latest + dockerfile_path: Dockerfile + git: + branch: dev + repo_clone_url: https://github.com/ArchiveBox/ArchiveBox.git http_port: 8000 - instance_count: 1