Files
start/.gitea/workflows/deploy.yaml
Daniel Cortés 89b438ee26
All checks were successful
CD for startPage / build (push) Successful in 8s
Actualizando cosas y creando cd
2023-07-01 00:18:24 -04:00

16 lines
200 B
YAML

name: CD for startPage
on:
push:
branches: main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run build step
run: ./build.sh