mirror of
https://github.com/lupyuen/lupyuen.github.io.git
synced 2025-01-12 22:38:31 +08:00
Sync from lupyuen.org
This commit is contained in:
parent
f1bf1e55c5
commit
17a5fc4d92
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# Sync from lupyuen.github.io to lupyuen.codeberg.pages
|
||||
# Sync from lupyuen.org to lupyuen.codeberg.pages
|
||||
|
||||
set -e # Exit when any command fails.
|
||||
set -x # Echo all commands.
|
||||
|
@ -113,7 +113,7 @@ function sync_folder() {
|
|||
git pull
|
||||
git status
|
||||
git add .
|
||||
git commit --all --message="Sync from lupyuen.github.io"
|
||||
git commit --all --message="Sync from lupyuen.org"
|
||||
git push
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue