diff --git a/pom.xml b/pom.xml
index e286485..86ecd4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,6 @@
org.springframework.boot
spring-boot-starter-thymeleaf
- 3.3.4
@@ -68,7 +67,7 @@
- ${artifactId}
+ ${project.artifactId}
org.codehaus.mojo
@@ -82,11 +81,11 @@
exec
- ./scp.sh
+ /usr/bin/scp
-P
2222
- ${project.build.directory}/${artifactId}.war
+ ${project.build.directory}/${project.artifactId}.war
root@app.ph87.de:/srv/app.ph87.de/tomcat/webapps/
diff --git a/scp.sh b/scp.sh
deleted file mode 100755
index d431ea7..0000000
--- a/scp.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-echo -n "Upload to server [yes|NO]? "
-read -r answer
-
-if [ "$answer" == "yes" ]; then
- echo -n "Uploading... "
- scp "$@" && echo "DONE"
-else
- echo "NOT uploading!"
-fi
\ No newline at end of file
diff --git a/src/main/webapp/META-INF/context.xml b/src/main/webapp/META-INF/context.xml
new file mode 100644
index 0000000..c055e38
--- /dev/null
+++ b/src/main/webapp/META-INF/context.xml
@@ -0,0 +1,4 @@
+
+
+
+