Compare commits

...

1 Commits

Author SHA1 Message Date
nik
0f93d63e62 upd ip 2025-10-27 21:56:36 +03:00

2
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
pipeline {
agent any
environment {
DEPLOY_HOST = 'web@38.114.101.142'
DEPLOY_HOST = 'web@185.143.222.217'
DEPLOY_PATH = '/srv/www/fymio-site'
SSH_CRED_ID = 'web-ssh'
HUGO_VERSION = '0.149.0'