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