Updates dockerignore and woodpecker files
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is running
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is running
This commit is contained in:
parent
66a9dbea5c
commit
2c10ec28aa
3
.dockerignore
Normal file
3
.dockerignore
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
**/node_modules/
|
||||||
|
**/dist
|
||||||
|
.git
|
||||||
@ -1,6 +1,13 @@
|
|||||||
|
when:
|
||||||
|
branch: main
|
||||||
|
event:
|
||||||
|
- push
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:18-alpine
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
commands:
|
settings:
|
||||||
- npm install
|
repo: git.halfbinary.net/${CI_REPO_OWNER}/prettyplayerfe
|
||||||
- npm run build
|
registry: git.halfbinary.net
|
||||||
|
tags: latest
|
||||||
|
username: ${docker_username}
|
||||||
|
password: ${docker_password}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user