Transfer.

This commit is contained in:
Andrey Egorov
2024-07-22 20:37:02 +03:00
parent aa6f1b45d1
commit 620c98cbf1
3 changed files with 12 additions and 5 deletions

View File

@ -8,4 +8,10 @@ build:
# @$Env:GOOS="linux"; $Env:GOARCH="arm"; $Env:GOARM=5
# .profile
# cgo_enabled 0
# cgo_enabled 0
push:
git status
git add -A
git commit -m "Transfer."
git push origin master