Commit a78dc4e2fc0b508a27be6fb8cdfa875d3442ecfe

Authored by Neocortexxx
1 parent 810e743d

Add comment for copy properties on server

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