path
This commit is contained in:
@@ -7,7 +7,7 @@ COPY ./src ./src
|
||||
|
||||
COPY tsconfig.json ./
|
||||
|
||||
COPY ./start.sh ./
|
||||
COPY ./deployment/develop/start.sh ./
|
||||
|
||||
COPY ./deployment/database/migrations ./deployment/database/migrations
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ pipeline {
|
||||
),
|
||||
sshTransfer(
|
||||
cleanRemote: false,
|
||||
remoteDirectory: "$APP_REMOTE_PATH",
|
||||
remoteDirectory: "$APP_REMOTE_PATH/deployment/develop/",
|
||||
sourceFiles: "deployment/develop/**/*",
|
||||
removePrefix: "deployment/develop/",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user