a little upd

This commit is contained in:
nik
2025-10-19 17:49:31 +03:00
parent d5d8cb369a
commit c975a5f172
2 changed files with 3 additions and 5 deletions

2
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
pipeline {
agent any
environment {
DEPLOY_HOST = 'web@38.114.101.142' // или другой хост
DEPLOY_HOST = 'web@38.114.101.142'
DEPLOY_PATH = '/srv/www/fymio-site'
SSH_CRED_ID = 'web-ssh'
HUGO_VERSION = '0.149.0'