diff --git a/Jenkinsfile b/Jenkinsfile index 9233cb1..bb6670b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,8 @@ 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 postgres + echo "ALTER USER joplin WITH PASSWORD '\$PG_PASS';" | docker exec -i postgres psql -U joplin + """ }