1
0
Fork 0
mirror of https://git.chefkoch.net/pub/make-deploy synced 2025-05-14 11:33:23 +00:00

add test with tag

This commit is contained in:
Stefan Riepenhausen 2024-06-13 15:49:11 +02:00
parent c5ed8be31b
commit e115a87ae5
3 changed files with 21 additions and 2 deletions

View file

@ -0,0 +1,5 @@
DEPLOY_NAME = make-deploy-test-compose-tag
DEPLOY_PATH = /tmp
DEPLOY_HOSTS = localhost
DEPLOY_TYPE = compose
SSH_USER = $(USER)

View file

@ -0,0 +1,4 @@
services:
curl:
image: "alpine:${TAG}"
command: cat /etc/os-release