'update files with ansible'

This commit is contained in:
jonny 2021-03-11 15:39:27 +00:00
parent b5f490413a
commit 66140bc908
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Base on latest (edge) alpine image
FROM node:current-alpine as builder
RUN apk add -U git build-base python3 \
&& git clone https://github.com/butlerx/wetty --branch main /usr/src/app
RUN apk add -U git build-base python3git build-base python3 \
&& git clone https//github.com/butlerx/wetty --branch main /usr/src/app
WORKDIR /usr/src/app
COPY . /usr/src/app
RUN yarn && \
@ -9,7 +9,7 @@ RUN yarn && \
yarn install --production --ignore-scripts --prefer-offline
FROM node:current-alpine
LABEL maintainer="butlerx@notthe.cloud"
LABEL maintainer="docker@ervine.org"
WORKDIR /usr/src/app
ENV NODE_ENV=production
EXPOSE 3000

4
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ kind: Pod
spec:
containers:
- name: kaniko
image: gcr.io/kaniko-project/executor:v1.5.0-debug
image: gcr.io/kaniko-project/executor:debug
imagePullPolicy: Always
command:
- /busybox/cat
@ -31,7 +31,7 @@ spec:
}
}
stage('Notify gchat') {
hangoutsNotify message: "WeTTy on Alpine Linux has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
hangoutsNotify message: "WeTTy 2.0.2 on Alpine Linux has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
}
}
}