Fix: first pipeline to the end
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bertrand Benjamin 2020-08-05 10:24:35 +02:00
parent 008f34c176
commit 02a4aefe8c
1 changed files with 20 additions and 19 deletions

View File

@ -1,22 +1,3 @@
# kind: pipeline
# name: Push Content
# type: docker
# steps:
# - name: Push Raw
# image: alpine
# commands:
# - apk add --no-cache openssh-client ca-certificates bash
# - apk add rsync
# - echo Début du Push
# - eval `ssh-agent -s`
# - echo "$SSH_KEY" | ssh-add -
# - mkdir -p ~/.ssh
# - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
# - rsync -rv --delete -e "ssh -p 22" --exclude ".git" --exclude "config*" --exclude "tools/" --exclude "*.rst" --exclude "*.tex" ./ sshcontent@91.121.90.228:~/raw.opytex.org/www/ --checksum
# environment:
# SSH_KEY:
# from_secret: sshcontent-key
#
---
kind: pipeline
name: Opytex
@ -52,3 +33,23 @@ steps:
# environment:
# SSH_KEY:
# from_secret: sshcontent-key
# kind: pipeline
# name: Push Content
# type: docker
# steps:
# - name: Push Raw
# image: alpine
# commands:
# - apk add --no-cache openssh-client ca-certificates bash
# - apk add rsync
# - echo Début du Push
# - eval `ssh-agent -s`
# - echo "$SSH_KEY" | ssh-add -
# - mkdir -p ~/.ssh
# - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
# - rsync -rv --delete -e "ssh -p 22" --exclude ".git" --exclude "config*" --exclude "tools/" --exclude "*.rst" --exclude "*.tex" ./ sshcontent@91.121.90.228:~/raw.opytex.org/www/ --checksum
# environment:
# SSH_KEY:
# from_secret: sshcontent-key
#