Skip to content

Commit

Permalink
add deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
mulmuri committed Jan 22, 2024
1 parent d076769 commit d06e943
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
run: |
echo "${{ secrets.ENV }}" > deploy/.env
- name: Build & push image
- name: Build & deploy image
run: |
make build-app
make build-app
make deploy-app
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ test-app:
build-app:
docker build -t registry.mulmuri.dev/fetch-system-worker:latest -f ./deploy/Dockerfile .
docker push registry.mulmuri.dev/fetch-system-worker:latest

deploy-app:
helm upgrade fetch-system ~/lab -n goboolean

generate-wire:
Expand Down

0 comments on commit d06e943

Please sign in to comment.