diff --git a/Jenkinsfile b/Jenkinsfile index c42fa54..7664959 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent any options { timestamps(); disableConcurrentBuilds() } environment { - DEPLOY_HOST = 'web@YOUR_SERVER_IP_OR_DNS' + DEPLOY_HOST = 'web@23.26.156.61' DEPLOY_PATH = '/srv/www/masha-site' SSH_CRED_ID = 'web-ssh' } diff --git a/deploy/deploy.sh b/deploy/deploy.sh old mode 100644 new mode 100755