Files
History-admin/.gitea/workflows/build.yml
AzenKain fd37d95699
Some checks failed
Build and Release / release (push) Failing after 38s
cicd
2026-04-19 19:45:58 +07:00

21 lines
406 B
YAML

name: Build and Release
run-name: ${{ gitea.actor }} build 🚀
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create .env file
run: |
echo "${{ secrets.ENV_FILE }}" > .env
- name: Deploy to Container
run: |
docker compose up -d --build --remove-orphans