refactoring
This commit is contained in:
8
bin/deploy
Executable file
8
bin/deploy
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# deploy the server
|
||||
#
|
||||
# usage:
|
||||
# deploy server/target/ejb-uebung-1.0-SNAPSHOT.jar
|
||||
|
||||
cp -v "$1" "$WILDFLY_BASE_DIR/deployments/"
|
||||
Reference in New Issue
Block a user