build and deploy in one step
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7311189b83
commit
61f0943f31
@ -7,14 +7,13 @@ workspace:
|
||||
path: /workspace
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: registry.wtf-eg.net/lektor
|
||||
- name: deploy
|
||||
- name: build-deploy
|
||||
image: registry.wtf-eg.net/lektor
|
||||
environment:
|
||||
LEKTOR_DEPLOY_KEY:
|
||||
from_secret: lektor_deploy_key
|
||||
commands:
|
||||
- lektor build
|
||||
- lektor deploy --key $LEKTOR_DEPLOY_KEY
|
||||
when:
|
||||
branch:
|
||||
|
Loading…
Reference in New Issue
Block a user