Feat: push opytex and push raw
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
2fb95d5400
commit
4d48e1e547
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue