security updates

This commit is contained in:
2024-06-06 15:13:53 -05:00
parent 8f8797fbe6
commit e1ab786140
8 changed files with 157 additions and 115 deletions
+4 -4
View File
@@ -42,8 +42,8 @@ flutter clean'''
def remote = [
name: 'HostServer',
host: '192.168.0.216',
user: 'fbla',
password: 'fbla',
user: '${env.JOBLINK_LOCAL_USER}',
password: '${env.JOBLINK_LOCAL_PASSWD}',
allowAnyHosts: true,
]
sshRemove(path: '/home/fbla/fbla-webserver/webfiles/fbla', remote: remote)
@@ -108,9 +108,9 @@ flutter clean'''
name: 'MarinoDev',
host: 'marinodev.com',
port: 21098,
user: 'mariehdi',
user: '${env.JOBLINK_REMOTE_USER}',
identityFile: '/var/jenkins_home/marinoDevPrivateKey',
passphrase: 'marinodev',
passphrase: '${env.JOBLINK_REMOTE_PASSWD}',
allowAnyHosts: true,
]
sshRemove(path: '/home/mariehdi/public_html/fbla', remote: remote)