This commit is contained in:
albert 2024-06-23 21:14:28 +09:00
parent f32450e041
commit 168e78f406
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -39,8 +39,7 @@ cat /home/albert/.ssh/id_ed25519.pub >> ./keys/ssh/keys.txt
# Add all changes to git and and push
echo ">>> Pushing to git..... "
git add keys/hosts/`hostname`.asc
git -c commit.gpgsign=false commit
git commit -am "Setup: `hostname`"
git -c commit.gpgsign=false commit -am "Setup: `hostname`"
git push
echo
@ -51,4 +50,4 @@ echo
echo
echo ">>> Reminder: Upload these changes to git"
popd
popd || exit