Compare commits
1 Commits
e6352b3a8d
...
dfb32be6e8
Author | SHA1 | Date |
---|---|---|
Jack Hadrill | dfb32be6e8 |
|
@ -5,6 +5,8 @@ name: deploy
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:lts
|
image: node:lts
|
||||||
|
environment:
|
||||||
|
NODE_ENV: production
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
Loading…
Reference in New Issue