Skip to content

chore(deps): bump next from 13.5.4 to 14.0.1 #81

chore(deps): bump next from 13.5.4 to 14.0.1

chore(deps): bump next from 13.5.4 to 14.0.1 #81

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 --env-file default.env build
- name: up
run: docker-compose --env-file default.env up -d