Skip to content

Commit

Permalink
feat: update for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
HADB committed May 15, 2024
1 parent 14a9c64 commit 8bfed01
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
node_modules
npm-debug.log
.nuxt
.output
dist
build
.git
2 changes: 1 addition & 1 deletion .github/workflows/deploy-aliyun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [main]

jobs:
build:
build-and-push-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM node:20-alpine

RUN npm config set registry https://registry.npmmirror.com
RUN npm install -g pnpm

WORKDIR /app
Expand Down

0 comments on commit 8bfed01

Please sign in to comment.