CI/CD fix
Hedgehog_server_CD/ServerMonitorBot/pipeline/head There was a failure building this commit Details
Hedgehog_server_CI/ServerMonitorBot/pipeline/head This commit looks good Details

pull/31/head
L_DelOff 2023-11-20 20:53:40 +03:00
parent 3c53ea17a5
commit a6151fb01e
1 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@ pipeline {
ssh -o StrictHostKeyChecking=no ${SSH_USER}@${SSH_HOST} -p ${SSH_PORT} 'cd ${PATH_TO_DEV_FOLDER} && docker build -t ${IMAGE_NAME}:${IMAGE_VERSION} .'
ssh -o StrictHostKeyChecking=no ${SSH_USER}@${SSH_HOST} -p ${SSH_PORT} 'cd ${PATH_TO_DEV_FOLDER} && docker-compose up -d'
"""
}
}
}
}
}
}
}