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:
parent
c5ed8be31b
commit
e115a87ae5
3 changed files with 21 additions and 2 deletions
5
testing/compose_config.tag.mk
Normal file
5
testing/compose_config.tag.mk
Normal file
|
@ -0,0 +1,5 @@
|
|||
DEPLOY_NAME = make-deploy-test-compose-tag
|
||||
DEPLOY_PATH = /tmp
|
||||
DEPLOY_HOSTS = localhost
|
||||
DEPLOY_TYPE = compose
|
||||
SSH_USER = $(USER)
|
4
testing/docker-compose.tag.yml
Normal file
4
testing/docker-compose.tag.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
services:
|
||||
curl:
|
||||
image: "alpine:${TAG}"
|
||||
command: cat /etc/os-release
|
Loading…
Add table
Add a link
Reference in a new issue