schema compartido ::ALTOPELIGRO::
Some checks failed
build-and-deploy / filter (push) Successful in 2s
Sync to GitHub / sync (push) Failing after 2s
build-and-deploy / build (push) Failing after 1m50s
build-and-deploy / deploy (push) Has been skipped

This commit is contained in:
2025-05-30 17:41:23 -06:00
parent 258785052f
commit 40654fd5be

View File

@@ -21,14 +21,15 @@ down:
todo: estructura build todo: estructura build
sync-to-github: sync-to-github:
@echo "Synchronizing to GitHub..." @echo Synchronizing to GitHub...
@if ! git remote | grep -q '^github$$'; then \ @if not exist ".git\refs\remotes\github" ( \
echo "Adding GitHub remote..."; \ echo Adding GitHub remote... && \
git remote add github $(GITHUB_REPO_URL); \ git remote add github $(GITHUB_REPO_URL) \
fi )
git push github --all git push github --all
git push github --tags git push github --tags
@echo "Synchronization to GitHub complete." @echo Synchronization to GitHub complete.
sync-to-gitea: sync-to-gitea:
@echo "Synchronizing to Gitea..." @echo "Synchronizing to Gitea..."