Sign inSign up

lizheming/drone-deta

By lizheming

Updated over 2 years ago

Deploying to Deta with Drone CI

Image
0

2.0K

lizheming/drone-deta repository overview

drone-deta

BuildStatus Docker Pulls

logo

Deploying to Deta with Drone CI

Environment

  • SPACE_ACCESS_TOKEN: Deta access token. How to get Deta access token?
  • SPACE_ID: project id of an existing project
  • SPACE_TAG: tag to identify this push
  • SPACE_DIR: src of project to push (default "./")
  • SPACE_LISTED: listed on discovery
  • SPACE_NOTES: release notes
  • SPACE_RID: revision id for release
  • SPACE_VERSIION: version for the release

Usage

docker run --rm \
  -e SPACE_ACCESS_TOKEN=access_token \
  -e SPACE_ID=id \
  lizheming/drone-deta

Drone configuration examples

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

Tag summary

Content type

Image

Digest

sha256:1746e8c58

Size

12.6 MB

Last updated

over 2 years ago

docker pull lizheming/drone-deta