trying out deployments
Some checks failed
Build and Deploy Zola Site / build (push) Failing after 1m2s
Some checks failed
Build and Deploy Zola Site / build (push) Failing after 1m2s
This commit is contained in:
17
.gitea/workflows/deploy.yml
Normal file
17
.gitea/workflows/deploy.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Build and Deploy Zola Site
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build Zola site
|
||||
run: |
|
||||
docker compose build
|
||||
docker compose up -d
|
Reference in New Issue
Block a user