Hi Guys,
I have one .war file to deploy in one specific folder in my server.
I have the user, password and the server, but i couldn't configure it.
script: - pipe: atlassian/sftp-deploy:0.4.0 variables: USER: 'ec2-user' SERVER: '127.0.0.1' REMOTE_PATH: '/var/www/build/' LOCAL_PATH: 'build'
Could you please how to do this? I dont know where i have to put the password.