make-deploy/testing/compose_config.mk
2024-06-05 09:29:49 +02:00

5 lines
124 B
Makefile

DEPLOY_NAME = make-deploy-test-compose
DEPLOY_PATH = /tmp
DEPLOY_HOSTS = localhost
DEPLOY_TYPE = compose
SSH_USER = $(USER)