1
0
mirror of https://github.com/nokonoko/Uguu.git synced 2024-01-06 13:35:15 +00:00

Update Makefile

This commit is contained in:
Selvakumar 2022-09-23 10:42:10 +05:30 committed by GitHub
parent fa9ead7c95
commit 568837b6a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,8 +59,7 @@ install: installdirs
mv $(DESTDIR)/uguu.js $(DESTDIR)/uguu.min.js mv $(DESTDIR)/uguu.js $(DESTDIR)/uguu.min.js
submodule-update: submodule-update:
cd ansible/ansible-role-uguu cd ansible && git clone git@github.com:s3lva-kumar/ansible-role-uguu.git && git submodule update --remote
git submodule update --remote
deploy: deploy:
ansible-playbook -i $(HOSTS_FILE) ansible/site.yml ansible-playbook -i $(HOSTS_FILE) ansible/site.yml