#! /usr/bin/env sh

# Exit in case of error
set -e

docker stack deploy -c ${FILE_NAME?Variable not set} --with-registry-auth ${STACK_NAME?Variable not set}-${IMAGE_TAG}

