schema compartido ::ALTOPELIGRO::
This commit is contained in:
13
Makefile
13
Makefile
@@ -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..."
|
||||||
|
|||||||
Reference in New Issue
Block a user