Change to new staging dir
This commit is contained in:
parent
1a627ab7d9
commit
58dbba3b1d
2 changed files with 2 additions and 3 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -25,7 +25,6 @@ node {
|
|||
}
|
||||
|
||||
stage('Deploy staging') {
|
||||
sh 'docker-compose --project-directory /opt/plant-exchange --file /opt/plant-exchange/docker-compose.yml up -d'
|
||||
sh 'docker-compose --project-directory /opt/containers/pflaenz.li --file /opt/containers/pflaenz.li/docker-compose.yml up -d'
|
||||
}
|
||||
|
||||
}
|
|
@ -2,7 +2,7 @@ version: '3'
|
|||
|
||||
services:
|
||||
db:
|
||||
image: postgres:latest
|
||||
image: postgres:13
|
||||
environment:
|
||||
POSTGRES_PASSWORD: develop
|
||||
ports:
|
||||
|
|
Reference in a new issue