agregado workflow de comunicacion con github
Some checks failed
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 5s
build-and-deploy / deploy (push) Successful in 35s
Sync to GitHub / sync (push) Has been cancelled

This commit is contained in:
2025-05-26 11:46:48 -06:00
parent 421ff236ae
commit a27dcb0615
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
name: Sync to GitHub
on:
push:
branches: [main]
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Clonar el repo
uses: actions/checkout@v3
- name: Agregar remoto de GitHub
run: |
git remote add github https://josedario87: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@github.com/josedario87/planillla.git
- name: Subi

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
node_modules node_modules
.env .env
.github