updated makefile

main
Philipp3107 2022-12-08 23:13:11 +01:00
parent 812c291bba
commit 2c9be60703
1 changed files with 5 additions and 0 deletions

View File

@ -10,4 +10,9 @@ update_make:
update_all:
git add --all
git commit -m "Updated everything. Further explanation in README"
git push -u origin main
update_domain:
git add domain/
git commit -m "Updated domain. Further erxplanation in README"
git push -u origin main