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:
|
||||
- name: build
|
||||
image: node:18-alpine
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
repo: git.halfbinary.net/${CI_REPO_OWNER}/prettyplayerfe
|
||||
registry: git.halfbinary.net
|
||||
tags: latest
|
||||
username: ${docker_username}
|
||||
password: ${docker_password}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user