change function name "deoply" -> "deploy" @ ln45, 64
This commit is contained in:
김동주 2020-09-10 20:23:58 +09:00 committed by Cotes Chung
parent 13abcd5958
commit 36fab37225

View file

@ -42,7 +42,7 @@ flush() {
mv "$_backup_dir"/* .
}
deoply() {
deploy() {
git config --global user.name "GitHub Actions"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
@ -61,7 +61,7 @@ main() {
init
backup
flush
deoply
deploy
}
main