Add explicit CI task to Taskfile

This commit is contained in:
Jan Bader 2022-02-15 12:26:48 +00:00
parent 38dfa540b4
commit d8e0f5a160
2 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,7 @@ steps:
image: hub.javil.eu/budgeteer:dev image: hub.javil.eu/budgeteer:dev
pull: true pull: true
commands: commands:
- task - task ci
- name: docker - name: docker
image: plugins/docker image: plugins/docker

View File

@ -63,6 +63,11 @@ tasks:
- golang-ci run - golang-ci run
- task: build - task: build
ci:
desc: Run CI build
cmds:
- task: build-prod
frontend: frontend:
desc: Build vue frontend desc: Build vue frontend
dir: web dir: web