fix drone yml

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

View File

@ -9,11 +9,7 @@ trigger:
steps: steps:
- name: build - name: build
image: node image: node
commands: commands:
- yarn install - yarn install
- yarn build - yarn build
# environment:
# GATSBY_GOOGLE_ANALYTICS_ID:
# from_secret: staging_www_analytics_id
# # ...