Updates dockerignore and woodpecker files
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is running

This commit is contained in:
aarbit 2024-06-29 00:05:20 -05:00
parent 66a9dbea5c
commit 2c10ec28aa
2 changed files with 14 additions and 4 deletions

3
.dockerignore Normal file
View File

@ -0,0 +1,3 @@
**/node_modules/
**/dist
.git

View File

@ -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}