Commit Graph

23 Commits

Author SHA1 Message Date
cd453c15de Added build step to README 2022-11-02 22:38:39 +01:00
3c9d62b840 Merge pull request #1 from KevinMidboe/feat/drone-ci
Feat Drone ci
2022-11-02 22:32:11 +01:00
4dae70a45f Only publish package when merging master 2022-11-02 22:24:37 +01:00
25ae3a2b65 Build files outside and move in & install only !dev dependencies 2022-11-02 22:21:00 +01:00
ef3a394657 Run node directly in Dockerfile CMD
Without yarn in cmd we don't need to import package.json
2022-11-02 22:05:48 +01:00
d713786685 Use compiled files from ci instead of Dockerfile 2022-11-02 22:01:03 +01:00
4311a4c841 Test always push new docker image 2022-11-02 21:55:31 +01:00
48fde2c0b6 Also run drone job on PR 2022-11-02 21:53:56 +01:00
3ed57b75f4 Drone lint, build and publish definitions 2022-11-02 21:48:58 +01:00
f8708909b6 Linted project with eslint 2022-11-02 21:48:40 +01:00
2d42605c59 Dockerfile updated for Typescript 2022-11-02 21:34:45 +01:00
35760c2da2 Extended with examples & api query options 2022-11-02 21:31:17 +01:00
c8f87ade58 Refactored to typescript & more consistent code
Updated how we interface with figlet and unified error handling &
response.
2022-11-02 21:14:12 +01:00
df172e94ea Update docker-publish.yml 2022-10-14 22:07:02 +02:00
5f3f4ac87f Create docker-publish.yml 2022-10-14 21:59:38 +02:00
80e2db705e Added github repo label to Dockerfile 2022-10-14 20:56:15 +02:00
3fce8000df Defined Dockerfile & updated readme w/ running from docker 2022-10-14 20:41:55 +02:00
9e9624821e Split index file into src/ folder components 2022-10-14 20:23:13 +02:00
497037ad20 Merge branch 'main' of github.com:KevinMidboe/figlet-http 2022-10-14 20:22:33 +02:00
088e59e30e Initial commit 2022-10-14 20:21:00 +02:00
6d5d06b8ea Ignore node_modules 2022-10-14 19:35:42 +02:00
2c32abfde4 Simple express server returning message in ascii font larry3D 2022-10-14 19:33:58 +02:00
6165a685cd project readme 2022-10-14 19:33:45 +02:00