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 - main
steps: steps:
- name: greeting - name: build
image: alpine image: node
commands: commands:
- echo hello - yarn install
- echo world - yarn build
# environment:
# GATSBY_GOOGLE_ANALYTICS_ID:
# from_secret: staging_www_analytics_id
# # ...