add Jenkinsfile
parent
da67cbd46e
commit
f682150557
|
@ -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
|
|
@ -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'"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 623a2709481206350acc350a3abc245efe0cad23
|
||||
Subproject commit 9ec88bb4faddc8474d660269bc80efcefa18e183
|
|
@ -1 +1 @@
|
|||
Subproject commit 49027dc8ea62b2895732089e0e0cf73f99668caf
|
||||
Subproject commit 03a625f7acc74adf10270ba1abe1cf6c33a5063b
|
Loading…
Reference in New Issue