Use woodpecker for CI #8

Merged
jacob1123 merged 19 commits from woodpecker into master 2022-02-13 14:16:39 +01:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit fa8a2854f2 - Show all commits

View File

@ -7,4 +7,5 @@ config.example.json
.gitignore
.vscode/
budgeteer
budgeteer.exe
budgeteer.exe
**/node_modules/

View File

@ -11,4 +11,6 @@ COPY --from=godeps /root/go/bin/task /root/go/bin/sqlc /usr/local/bin/
RUN yarn global add @vue/cli
ENV PATH="/root/.yarn/bin/:${PATH}"
WORKDIR /src
ADD web/package.json /src/web/
RUN yarn
CMD /build.sh