Skip to content

Commit

Permalink
ci config change
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaranjanpatil committed Feb 19, 2024
1 parent 97ac6af commit b88478d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/environment/production.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ELASTIC_URL=https://dev-discovery-index.es.ap-southeast-2.aws.found.io
HOST=http://localhost
PORT=8081
3 changes: 3 additions & 0 deletions .github/environment/staging.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ELASTIC_URL=https://dev-discovery-index.es.ap-southeast-2.aws.found.io
HOST=http://localhost
PORT=8081
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM amazoncorretto:17
VOLUME /tmp

#COPY ./server/target/server-java-1.0.0-SNAPSHOT-exec.jar app.jar
COPY ./server/target/server-java-5195-ci-tlc-SNAPSHOT-exec.jar app.jar
#COPY ./server/target/server-java-5195-ci-tlc-SNAPSHOT-exec.jar app.jar
COPY ./server/target/server-java-*.jar app.jar
ENTRYPOINT [\
"java",\
"-Delasticsearch.index.name=${INDEX_NAME}",\
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>au.org.aodn.ogcapi</groupId>
<artifactId>ogcapi-java</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.0</version>
<name>ogcapi-java</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ogcapi-java</artifactId>
<groupId>au.org.aodn.ogcapi</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit b88478d

Please sign in to comment.