@ -27,7 +27,17 @@ steps:
dockerfile: AdventOfCode/Dockerfile
depends_on:
- test
- name: deploy-containers
image: curlimages/curl
commands:
- "curl -H \"Authorization: Bearer $WATCHTOWER_TOKEN\" 192.168.68.114:8080/v1/update"
environment:
WATCHTOWER_TOKEN:
from_secret: watchtower_secret
- build-advent-of-code
- name: finish
image: busybox