update runner

This commit is contained in:
Xuu 2020-08-17 12:52:42 -06:00
parent 3ae166b2c3
commit 1aeaea7d45
Signed by: xuu
GPG Key ID: 8B3B0604F164E04F

2
debian/Makefile vendored
View File

@ -37,6 +37,6 @@ copy:
ssh $(REPO_HOST) -- $(REPO_PATH)scan.sh "$(REPO_PATH)$(NAME)_$(VERSION)-$(RELEASE).deb";
deploy:
ansible $(ANSIBLE_HOST) -b -m apt -a "name=sour.is-paste update_cache=yes state=latest"
ansible $(ANSIBLE_HOST) -u xuu -b -m apt -a "name=sour.is-paste update_cache=yes state=latest"
.PHONY: clean release build copy # deploy