build and deploy in one step again
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
348ef297c7
commit
4eb294a8b1
@ -7,15 +7,14 @@ 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:
|
||||
- pwd
|
||||
- lektor build
|
||||
- ls
|
||||
- lektor deploy --key $LEKTOR_DEPLOY_KEY
|
||||
when:
|
||||
|
Loading…
Reference in New Issue
Block a user