Skip to content

Commit

Permalink
refactor: remove previous push script
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanized committed May 2, 2024
1 parent 92ece2b commit edd4750
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions push.sh
Original file line number Diff line number Diff line change
@@ -1,28 +1 @@
#!/bin/bash

# A simple script to maintain github repository

# Author : Eshan Roy <[email protected]>
# Author URL : https://eshanized.github.io/

# REPOSITORY Config
REPO=snigdhaos-system-config

# HOST Config
HOST=https://github.com

# DESTINATION Config
ORG=Snigdha-OS


# SETUP REPO URL
REPO_URL="${HOST}/${ORG}/${REPO}.git"
BRANCH="master" #or "main"

# Commit Message:
MESSAGE="⏳ @eshanized updated the repository 🎉 !!!"

# Git Action
git add .
git commit -m "$MESSAGE"
# git push origin "$BRANCH"
#

0 comments on commit edd4750

Please sign in to comment.