Remove .go.yml -- For This Repo
Some checks are pending
ci/woodpecker/push/build Pipeline is pending
Some checks are pending
ci/woodpecker/push/build Pipeline is pending
This commit is contained in:
parent
8c030c1e8f
commit
a0b88741f7
2
Makefile
2
Makefile
@ -37,12 +37,10 @@ deploy: build
|
||||
sudo systemctl stop ${PRODUCT_NAME}
|
||||
sudo cp "${BIN}" /usr/local/bin
|
||||
sudo cp *.go.html cnf
|
||||
sudo cp *.go.yml cnf
|
||||
sudo systemctl start ${PRODUCT_NAME}
|
||||
|
||||
d: build
|
||||
sudo systemctl stop ${DNAME}
|
||||
sudo cp "${BIN}" "/usr/local/bin/${DNAME}"
|
||||
sudo cp *.go.html cnf_
|
||||
sudo cp *.go.yml cnf_
|
||||
sudo systemctl start ${DNAME}
|
||||
|
Loading…
Reference in New Issue
Block a user