rdy for deploy
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -2,7 +2,7 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
options { timestamps(); disableConcurrentBuilds() }
|
options { timestamps(); disableConcurrentBuilds() }
|
||||||
environment {
|
environment {
|
||||||
DEPLOY_HOST = 'web@YOUR_SERVER_IP_OR_DNS'
|
DEPLOY_HOST = 'web@23.26.156.61'
|
||||||
DEPLOY_PATH = '/srv/www/masha-site'
|
DEPLOY_PATH = '/srv/www/masha-site'
|
||||||
SSH_CRED_ID = 'web-ssh'
|
SSH_CRED_ID = 'web-ssh'
|
||||||
}
|
}
|
||||||
|
|||||||
0
deploy/deploy.sh
Normal file → Executable file
0
deploy/deploy.sh
Normal file → Executable file
Reference in New Issue
Block a user