build gatsby in drone

This commit is contained in:
Chuck Dries 2022-07-10 11:31:07 -07:00
parent 37d0141b89
commit df036a4edb
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6

View File

@ -8,8 +8,12 @@ trigger:
- main
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
- name: build
image: node
commands:
- yarn install
- yarn build
# environment:
# GATSBY_GOOGLE_ANALYTICS_ID:
# from_secret: staging_www_analytics_id
# # ...