Skip to content

Commit

Permalink
Merge pull request #101 from SelimHorri/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
SelimHorri authored Apr 2, 2022
2 parents d417dc8 + b2511c0 commit a38ff72
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.9
APP_VERSION=0.1.0

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.9
ARG APP_VERSION=0.1.0

##################### 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.9</version>
<version>0.1.0</version>
<name>cita backend app</name>
<description>Demo project for Spring Boot</description>
<packaging>jar</packaging>
Expand Down

0 comments on commit a38ff72

Please sign in to comment.