CI/CD test
Some checks failed
Deploy faithshort to production / deploy (push) Failing after 10s

This commit is contained in:
2025-12-11 17:43:28 +00:00
parent 0984a94cdd
commit 802e2185c4
3 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
name: Deploy faithshort to production
on:
push:
branches:
- production
jobs:
deploy:
runs-on: docker
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Deploy with Docker Compose
run: |
docker compose up -d --build