I start with Gitlab CI and i want deploy my code on SFTP server. I write the .gitlab-ci.yml, after many errors and research, i found a solution. .gitlab-ci.yml : before_script: - apk add -U --no-

1774