diff options
author | tv <tv@shackspace.de> | 2015-08-05 23:00:08 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-08-05 23:01:33 +0200 |
commit | 2a19b0ade0967ae0e9919fde722f370007699f5c (patch) | |
tree | 8a18f43af778d94d7dd1e71b2a97ee57e697ca58 /Makefile | |
parent | a14225984551e96f785bd427203b3e61483bdc34 (diff) |
cac update: fetch resources (import from Makefile)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1,13 +1,6 @@ -cloudpro-resources: - @ set -eu; \ - . ~/.secrets/cac; \ - ssh -q $$cac_via -t curl -fsS \ - "https://panel.cloudatcost.com/api/v1/cloudpro/resources.php?key=$$cac_key\\&login=$$cac_login" \ - | jq -r . - # cpu=1/2/3/4/5/6/7/8/9 # ram=1024 (must be multiple of 4. ex. 1024 / 2048 / 3096) # storage=10/20/30/40/50 ... etc |