Try fixing multiline drone command
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
bac592b5b0
commit
afae2764e2
47
.drone.yml
47
.drone.yml
|
@ -1,24 +1,25 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: deploy
|
||||
|
||||
steps:
|
||||
- name: Push to Portainer
|
||||
image: alpine
|
||||
commands:
|
||||
- apk update
|
||||
- apk add envsubst curl python3
|
||||
- python3 -m ensurepip
|
||||
- pip3 install requests python-dotenv --quiet
|
||||
- python3 deploy/portainer/deploy.py \
|
||||
--PORTAINER https://dvportainer.privatedns.org \
|
||||
--API_KEY=ptr_RwxH2Cd+htdD2FoFiG46erT9beyvj9VoF3BrQPtDH3Q= \
|
||||
--PORTAINER_EP=CICD-runner \
|
||||
--DEPLOY_REPO_URL=${DRONE_REPO_LINK} \
|
||||
--DEPLOY_REF=${DRONE_COMMIT_REF} \
|
||||
--DEPLOY_HOST=dvdemo.privatedns.org \
|
||||
--DEPLOY_NAME=${DRONE_COMMIT_SHA}
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: deploy
|
||||
|
||||
steps:
|
||||
- name: Push to Portainer
|
||||
image: alpine
|
||||
commands:
|
||||
- apk update
|
||||
- apk add envsubst curl python3
|
||||
- python3 -m ensurepip
|
||||
- pip3 install requests python-dotenv --quiet
|
||||
- |
|
||||
python3 deploy/portainer/deploy.py
|
||||
--PORTAINER https://dvportainer.privatedns.org
|
||||
--API_KEY=ptr_RwxH2Cd+htdD2FoFiG46erT9beyvj9VoF3BrQPtDH3Q=
|
||||
--PORTAINER_EP=CICD-runner
|
||||
--DEPLOY_REPO_URL=${DRONE_REPO_LINK}
|
||||
--DEPLOY_REF=${DRONE_COMMIT_REF}
|
||||
--DEPLOY_HOST=dvdemo.privatedns.org
|
||||
--DEPLOY_NAME=${DRONE_COMMIT_SHA}
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
Loading…
Reference in New Issue