while-demo

Deployment

Cancelled
cmmcixn6·staging
Pending
Building
Pushing
Deploying
Running
Cancelled

Source

Commit

abc123

Image

harbor.while.sh/p1/staging:abc123

Triggered by

apikey:ak-test-1

Timing

Created

Mar 4, 20262mo ago

Finished

Mar 4, 20262mo ago

Context

Project

while-demo

Environment

staging

Replicas

1

Build Logs

10 lines
01:32:17Cloning repository...
01:32:22Building Docker image...
01:32:27Step 1/6: FROM node:20-alpine
01:32:30Step 2/6: COPY package.json .
01:32:34Step 3/6: RUN npm install
01:32:39Step 4/6: COPY . .
01:32:42Step 5/6: RUN npm run build
01:32:45Step 6/6: EXPOSE 3000
01:32:47Successfully built image
01:32:48Pushed to registry: harbor.while.sh/p1/staging:abc123