CI/CD
This commit is contained in:
@@ -63,7 +63,7 @@ jobs:
|
||||
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
apt-get install -y git nodejs npm build-essential
|
||||
apt-get install -y git
|
||||
|
||||
- name: Checkout repository
|
||||
run: |
|
||||
@@ -78,9 +78,6 @@ jobs:
|
||||
npm config set fetch-retries 5
|
||||
npm config set fetch-retry-mintimeout 20000
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
npm install --registry=https://package-mirror.liara.ir/repository/npm/
|
||||
|
||||
|
||||
- name: Setup SSH key
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ FROM base AS deps
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm ci
|
||||
RUN npm ci --ignore-scripts
|
||||
|
||||
# ---- build stage ----
|
||||
FROM base AS builder
|
||||
|
||||
Reference in New Issue
Block a user