build gatsby in drone
This commit is contained in:
parent
37d0141b89
commit
df036a4edb
14
.drone.yml
14
.drone.yml
@ -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
|
||||||
|
# # ...
|
Loading…
x
Reference in New Issue
Block a user