Initial commit
Some checks are pending
Zola / build-and-deploy (push) Waiting to run

This commit is contained in:
Alejandro Guerrero 2025-12-14 00:46:02 +01:00
commit 57e36978f6
Signed by: alejandrogs73
GPG key ID: 1CFF10953BEE333C
7 changed files with 158 additions and 0 deletions

View file

@ -0,0 +1,18 @@
name: Zola
on: [push]
jobs:
build-and-deploy:
runs-on: native:host
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Zola
run: |
zola build
- name: Nginx
run: |
rm -rf /var/www/alejandrogs.es/*
cp -r public/* /var/www/alejandrogs.es/