Skip to content

Commit

Permalink
feat: github cd via docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
aseerkt committed Aug 8, 2024
1 parent 8f6b827 commit 07880e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
node-version: 20
cache: 'pnpm'

- name: Install deps
run: pnpm i
- name: Spin up the app
run: |
make deploy

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
build:
sudo docker compose -f docker-compose.prod.yml up --build -d
deploy:
sudo docker compose -f docker-compose.prod.yml up --build -d

0 comments on commit 07880e3

Please sign in to comment.