refactor: move commit.sh to CI
the script is not needed for local testing
This commit is contained in:
parent
d06efc787b
commit
83d2a65086
|
@ -34,6 +34,9 @@ deploy:
|
|||
# Run scripts
|
||||
- sh index.sh
|
||||
|
||||
# Commit the changes
|
||||
sh ../utils/commit.sh
|
||||
|
||||
# Push the commit
|
||||
- git push
|
||||
|
||||
|
|
Loading…
Reference in New Issue