deployment.sh 235 Bytes Edit Raw Blame History 1 2 3 4 5 6 #!/usr/bin/env bash #copy beuth.properties on server with productive API Keys cp -f ../config/beuthbot.properties docker/wildfly/volumes/conf/beuthbot.properties ./gradlew war cd docker/ docker-compose down && docker-compose up --build