Compare commits

..

1 Commits

Author SHA1 Message Date
8e6f061dd2 Build changes
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-05 04:08:45 +00:00

View File

@ -7,7 +7,7 @@ steps:
image: node:lts
commands:
- npm install
- npm run build --production
- npm run build
- name: deploy
image: alpine