Actualizando cosas y creando cd
All checks were successful
CD for startPage / build (push) Successful in 8s
All checks were successful
CD for startPage / build (push) Successful in 8s
This commit is contained in:
15
.gitea/workflows/deploy.yaml
Normal file
15
.gitea/workflows/deploy.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user