Skip to content

Commit

Permalink
fix CI/CD and docker
Browse files Browse the repository at this point in the history
  • Loading branch information
akmatoff committed Nov 5, 2024
1 parent f797a9e commit a16a6ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "20.18.0"
- name: Setup pnpm and dependencies
uses: pnpm/action-setup@v4
with:
version: "9.12.1"
- name: Login to docker hub
uses: docker/login-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FROM base AS production

ENV NODE_ENV=production

RUN npm install -g serve
RUN pnpm install -g serve

RUN pnpm run build

Expand Down

0 comments on commit a16a6ec

Please sign in to comment.