Skip to content

Commit

Permalink
Merge pull request #79 from SelimHorri/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
SelimHorri authored Mar 11, 2022
2 parents 00dd16a + d9bbf01 commit c970889
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

APP_VERSION=0.0.5
APP_VERSION=0.0.9

SPRING_PROFILES_ACTIVE=staging

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN mkdir -p /home/app
WORKDIR /home/app

##################### ARGS #####################
ARG APP_VERSION=0.0.5
ARG APP_VERSION=0.0.9

##################### ENVS #####################
ENV SPRING_DATASOURCE_URL mysql
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>
<groupId>tn.cita</groupId>
<artifactId>cita-backend-app</artifactId>
<version>0.0.5</version>
<version>0.0.9</version>
<name>cita backend app</name>
<description>Demo project for Spring Boot</description>
<packaging>jar</packaging>
Expand Down

0 comments on commit c970889

Please sign in to comment.