Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

fix api network in compose #3

fix api network in compose

fix api network in compose #3

Workflow file for this run

name: Start deploy
on:
push:
paths:
- "docker-compose.yml"
jobs:
deploy:
runs-on: self-hosted
steps:
- name: checkout repo
uses: actions/checkout@v3
- name: docker-compose
run: docker-compose up -d