mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 20:49:42 +03:00
Test workflow
This commit is contained in:
14
.gitea/workflows/serve.yml
Normal file
14
.gitea/workflows/serve.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Aboba
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [test]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build the Docker image
|
||||
run: docker-compose up -d
|
||||
Reference in New Issue
Block a user