Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 815 Bytes

DOCS.md

File metadata and controls

41 lines (29 loc) · 815 Bytes
date title author tags repo logo image
2021-11-07 00:00:00 +0000
Deta
lizheming
deploy
deta
lizheming/drone-deta
deta.svg
lizheming/drone-deta

The Deta plugin deploy your build to deta.space.

The below pipeline configuration demonstrates simple usage:

steps:
- name: deta
  image: lizheming/drone-deta
  settings:
    access_token:
      from_secret: space_access_token
    id: test-id

Parameter Reference

access_token: Deta access token. How to get Deta access token?

id: project id of an existing project

tag: tag to identify this push

dir: src of project to push (default "./")

listed: listed on discovery

notes: release notes

rid: revision id for release

versioin: version for the release