security updates
This commit is contained in:
Vendored
+4
-4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user