deployment.sh 235 Bytes
#!/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