Skip to content

Commit

Permalink
fix: removed unued docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Nov 6, 2023
1 parent 90e8410 commit a8e9810
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-on-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
push: true
context: .
file: ./app.Dockerfile
file: ./app-web.Dockerfile
tags: |
${{ github.event_name == 'release' && format('inseefr/arc:{0}', github.event.release.tag_name) || '' }}
${{ github.ref == 'refs/heads/master' && 'inseefr/arc:latest' || '' }}
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions db.Dockerfile

This file was deleted.

29 changes: 0 additions & 29 deletions docker-compose.yml

This file was deleted.

2 changes: 0 additions & 2 deletions script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ echo "maven settings.xml set to $MAVEN_SETTINGS";
MAVEN_CONF="-s usr/src/app/$MAVEN_SETTINGS";
fi

# echo "mvn -f /usr/src/app/pom.xml clean package -DskipTests $MAVEN_CONF -Pdocker -Denv.logSettings=$LOG_SETTINGS -Denv.urlDatabase=$DATABASE_URL -Denv.usernameDatabase=$DATABASE_USER -Denv.passwordDatabase=$DATABASE_PASSWORD -Denv.restrictedUserDatabase=$DATABASE_RESTRICTED_USER -Denv.applicationDirectory=$APPLICATION_DIRECTORY -Denv.disableDebugGui=$DISABLE_DEBUG_GUI";

mvn -f /usr/src/app/pom.xml clean package -DskipTests $MAVEN_CONF -Pdocker -Denv.logSettings=$LOG_SETTINGS -Denv.urlDatabase=$DATABASE_URL -Denv.usernameDatabase=$DATABASE_USER -Denv.passwordDatabase=$DATABASE_PASSWORD -Denv.restrictedUserDatabase=$DATABASE_RESTRICTED_USER -Denv.applicationDirectory=$APPLICATION_DIRECTORY -Denv.disableDebugGui=$DISABLE_DEBUG_GUI;

0 comments on commit a8e9810

Please sign in to comment.