Skip to content

Feat/auth

Feat/auth #28

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