diff --git a/Jenkinsfile b/Jenkinsfile index bb6670b..eecaf83 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,8 +20,7 @@ pipeline { GMAIL_APP_PASSWORD="${GMAIL_APP_PASSWORD}" \ COMPOSE_PROJECT_NAME=${PROJECT_NAME} \ docker compose up -d --force-recreate - echo "ALTER USER joplin WITH PASSWORD '\$PG_PASS';" | docker exec -i postgres psql -U joplin - + echo "ALTER USER joplin WITH PASSWORD '\$PG_PASS';" | docker exec -i postgres psql -U postgres -d postgres """ }