Commit 2324efe2dd6647b70a99152b90332ffb0faec86d

Authored by Neocortexxx
1 parent a78dc4e2

Remove comment

Showing 1 changed file with 0 additions and 1 deletions
scripts/deployment.sh
1 1 #!/usr/bin/env bash
2   -#copy beuth.properties on server with productive API Keys
3 2 cp -f ../config/beuthbot.properties docker/wildfly/volumes/conf/beuthbot.properties
4 3 ./gradlew war
5 4 cd docker/
... ...