Skip to content

Merge pull request #18 from vevcom/feat/auth #32

Merge pull request #18 from vevcom/feat/auth

Merge pull request #18 from vevcom/feat/auth #32

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: build
run: docker-compose build --env-file default.env
- name: up
run: docker-compose up -d --env-file default.env