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