Sign in
edu
/
BeuthBot_WS17
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
a78dc4e2fc0b508a27be6fb8cdfa875d3442ecfe
Authored by
Neocortexxx
2018-01-26 10:29:24 +0100
1 parent
810e743d
build: skipped
Add comment for copy properties on server
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
scripts/deployment.sh
scripts/deployment.sh
View file @
a78dc4e
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/
...
...