From e537d1768f2927499e93f67ff162c37014601e7c Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Thu, 2 May 2024 21:50:44 +0530 Subject: [PATCH] refactor: remove previous push script --- push.sh | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/push.sh b/push.sh index f7bfb6ba..e69de29b 100755 --- a/push.sh +++ b/push.sh @@ -1,28 +0,0 @@ -# !/bin/bash - -# Author : Eshan Roy -# Author URI : https://eshanized.github.io/ - -# NOTE: REPO = Your Repository Name On the Host -# NOTE: ORG = Your ORGANIZATION NAME or USERNAME -# NOTE: HOST = GitHub, Gitlab, Bitbucket etc. - -# Repo Config -REPO=snigdhaos-pkgbuilds -# Host Config -HOST=https://github.com -# Destination Config -ORG=Snigdha-OS - -# Set the repository URL and branch -# shellcheck disable=SC2034 -REPO_URL="${HOST}/${ORG}/${REPO}.git" -BRANCH="master" # or "main" depending on your repository's default branch - -# Commit message -MESSAGE="⏳ @eshanized updated the repository 🎉 " - -# Add all files, commit, and push changes -git add . -git commit -m "$MESSAGE" -git push origin $BRANCH \ No newline at end of file