github actions support
This commit is contained in:
parent
3ec2a93310
commit
4bc48cb87f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Set Tomcat and URL variables
|
# Set Tomcat and URL variables
|
||||||
TOMCAT_VERSION="10.0.0-M15"
|
TOMCAT_VERSION="10.0.0-M15"
|
||||||
TOMCAT_URL="https://archive.apache.org/dist/tomcat/tomcat-10/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}.tar.gz"
|
TOMCAT_URL="https://archive.apache.org/dist/tomcat/tomcat-10/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}.tar.gz"
|
||||||
WAR_URL="https://github.com/aamitn/URLShortener/releases/download/WAR/shortener.war"
|
WAR_URL="https://github.com/aamitn/URLShortener/releases/download/final/shortener.war"
|
||||||
SERVER_XML_CONTEXT="<Context path=\"\" docBase=\"shortener\" debug=\"0\" reloadable=\"true\"></Context>"
|
SERVER_XML_CONTEXT="<Context path=\"\" docBase=\"shortener\" debug=\"0\" reloadable=\"true\"></Context>"
|
||||||
SQL_FILE_URL="https://github.com/aamitn/URLShortener/raw/master/create.sql"
|
SQL_FILE_URL="https://github.com/aamitn/URLShortener/raw/master/create.sql"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue