Feat: push opytex and push raw
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bertrand Benjamin 2020-08-25 09:12:51 +02:00
parent 2fb95d5400
commit 4d48e1e547
1 changed files with 38 additions and 43 deletions

View File

@ -7,7 +7,7 @@ workspace:
path: /drone/content/ path: /drone/content/
steps: steps:
- name: Build Opytex 2020-2021 - name: Build Opytex 2020-2021
image: python:3.8-alpine image: python:3.8-alpine
commands: commands:
- apk add --no-cache git imagemagick - apk add --no-cache git imagemagick
@ -33,11 +33,7 @@ steps:
SSH_KEY: SSH_KEY:
from_secret: sshcontent-key from_secret: sshcontent-key
kind: pipeline - name: Push Raw
name: Push Content
type: docker
steps:
- name: Push Raw
image: alpine image: alpine
commands: commands:
- apk add --no-cache openssh-client ca-certificates bash - apk add --no-cache openssh-client ca-certificates bash
@ -51,4 +47,3 @@ steps:
environment: environment:
SSH_KEY: SSH_KEY:
from_secret: sshcontent-key from_secret: sshcontent-key