mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Don't refresh all hundred servers, wasting quota and being rate limited.
This commit is contained in:
parent
e55797cde5
commit
b08d65edbd
1 changed files with 5 additions and 2 deletions
7
Makefile
7
Makefile
|
@ -61,12 +61,15 @@ list:
|
|||
- doctl -t `cat /srv/secrets-newsblur/keys/digital_ocean.token` compute droplet list
|
||||
ansible-deps:
|
||||
ansible-galaxy install -p roles -r ansible/roles/requirements.yml --roles-path ansible/roles
|
||||
refresh:
|
||||
terraform -chdir=terraform refresh
|
||||
plan:
|
||||
terraform -chdir=terraform plan
|
||||
terraform -chdir=terraform plan -refresh=false
|
||||
apply:
|
||||
terraform -chdir=terraform apply
|
||||
terraform -chdir=terraform apply -refresh=false
|
||||
generate:
|
||||
- ./ansible/utils/generate.py
|
||||
gen: generate
|
||||
|
||||
# Docker
|
||||
build_web:
|
||||
|
|
Loading…
Add table
Reference in a new issue