2024-07-18 16:34:26 +00:00
|
|
|
|
|
|
|
build:
|
2024-07-23 14:26:24 +00:00
|
|
|
docker compose build
|
|
|
|
run: build
|
|
|
|
docker compose up
|
2024-07-18 16:34:26 +00:00
|
|
|
|
2024-07-22 15:38:40 +00:00
|
|
|
#linux:
|
|
|
|
# @$Env:GOOS="linux"; $Env:GOARCH="arm"; $Env:GOARM=5
|
2024-07-18 16:34:26 +00:00
|
|
|
|
|
|
|
# .profile
|
2024-07-22 17:37:02 +00:00
|
|
|
# cgo_enabled 0
|
|
|
|
|
|
|
|
push:
|
|
|
|
git status
|
|
|
|
git add -A
|
|
|
|
git commit -m "Transfer."
|
2024-07-23 14:26:24 +00:00
|
|
|
git push origin master
|