From f682150557d3e7e3e1e27cb44153c36776956b24 Mon Sep 17 00:00:00 2001 From: rorapp Date: Wed, 5 Mar 2025 15:52:54 +0100 Subject: [PATCH] add Jenkinsfile --- .gitmodules | 5 +---- Jenkinsfile | 8 -------- apps/backend/src | 2 +- apps/frontend/src | 2 +- 4 files changed, 3 insertions(+), 14 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2ce3a07..08f458a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,4 @@ url = https://gitea.mindboost.team/Mindboost/mindboost-backend.git [submodule "apps/frontend/src"] path = apps/frontend/src - url = https://gitea.mindboost.team/Mindboost/mindboost-webapp.git -[submodule "apps/tools/invoiceninja/dockerfiles"] - path = apps/tools/invoiceninja/dockerfiles - url = https://github.com/invoiceninja/dockerfiles.git + url = https://gitea.mindboost.team/Mindboost/mindboost-webapp.git \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 7d4a474..be9ac53 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,13 +22,5 @@ pipeline { build job: 'frontend-pipeline', wait: true } } - - stage('Deploy Infrastructure') { - steps { - sshagent(['jenkins-ssh-key']) { - sh "ssh user@server 'cd /opt/myapp && git pull origin main && docker compose up -d'" - } - } - } } } diff --git a/apps/backend/src b/apps/backend/src index 623a270..9ec88bb 160000 --- a/apps/backend/src +++ b/apps/backend/src @@ -1 +1 @@ -Subproject commit 623a2709481206350acc350a3abc245efe0cad23 +Subproject commit 9ec88bb4faddc8474d660269bc80efcefa18e183 diff --git a/apps/frontend/src b/apps/frontend/src index 49027dc..03a625f 160000 --- a/apps/frontend/src +++ b/apps/frontend/src @@ -1 +1 @@ -Subproject commit 49027dc8ea62b2895732089e0e0cf73f99668caf +Subproject commit 03a625f7acc74adf10270ba1abe1cf6c33a5063b