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
2324efe2dd6647b70a99152b90332ffb0faec86d
Authored by
Neocortexxx
2018-01-26 10:38:50 +0100
1 parent
a78dc4e2
build: skipped
Remove comment
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
scripts/deployment.sh
scripts/deployment.sh
View file @
2324efe
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/
...
...