Fix typo
change function name "deoply" -> "deploy" @ ln45, 64
This commit is contained in:
parent
13abcd5958
commit
36fab37225
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ flush() {
|
||||||
mv "$_backup_dir"/* .
|
mv "$_backup_dir"/* .
|
||||||
}
|
}
|
||||||
|
|
||||||
deoply() {
|
deploy() {
|
||||||
git config --global user.name "GitHub Actions"
|
git config --global user.name "GitHub Actions"
|
||||||
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ main() {
|
||||||
init
|
init
|
||||||
backup
|
backup
|
||||||
flush
|
flush
|
||||||
deoply
|
deploy
|
||||||
}
|
}
|
||||||
|
|
||||||
main
|
main
|
||||||
|
|
Loading…
Reference in a new issue