From 9fe6bc5f0d957ed0db59b2f72be058981951628a Mon Sep 17 00:00:00 2001 From: Albert Le Batteux Date: Thu, 17 Nov 2022 19:56:21 +0000 Subject: [PATCH] chore: add rule make run --- .gitignore | 1 + Makefile | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1d3ed4c..201bcef 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ config.yml +cosmos-notifyer diff --git a/Makefile b/Makefile index ca86926..8cade1e 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,9 @@ build: go build ./cmd/cosmos-notifyer +run: build + ./cosmos-notifyer start + docker-deploy: docker-build docker-push docker-build: