--- kind: pipeline type: ssh name: default clone: disable: true # DATAS DU SERVEUR DE BUILD server: host: from_secret: build_server_host user: from_secret: build_server_user password: from_secret: build_server_password steps: - name: Deploiement commands: # - git clone https://git.deligraph.be/Antoine/lhoist-stay-safe.git # - cd lhoist-stay-safe # - npm install # - npm run build - mkdir build - touch build/index.html - echo "salut" - ls # - rsync -avhp -e 'ssh -p 22' ./build/ staysaa@ssh.cluster027.hosting.ovh.net:www --delete - sshpass -p "xmAgdEUhDhQp" rsync -avhp -e 'ssh -p 22' ./build/ staysaa@ssh.cluster027.hosting.ovh.net:www --delete