update ip in jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -1,7 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
environment {
|
environment {
|
||||||
DEPLOY_HOST = 'web@23.26.156.61'
|
DEPLOY_HOST = 'web@38.114.101.142'
|
||||||
DEPLOY_PATH = '/srv/www/masha-site'
|
DEPLOY_PATH = '/srv/www/masha-site'
|
||||||
SSH_CRED_ID = 'web-ssh'
|
SSH_CRED_ID = 'web-ssh'
|
||||||
HUGO_VERSION = '0.149.0'
|
HUGO_VERSION = '0.149.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user