[TASK] Initial import
parents
Showing
README.md
0 → 100644
ansible/hosts.ini
0 → 100644
ansible/playbook.yml
0 → 100644
bin/syncontent
0 → 100755
composer.json
0 → 100644
{ | ||
"name": "visay/syncontent", | ||
"description": "Fetch site content from remote server to local.", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Visay Keo", | ||
"email": "visay@web-essentials.asia", | ||
"homepage": "http://www.web-essentials.asia", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"shel/dockerflow": "*" | ||
}, | ||
"bin": [ | ||
"bin/syncontent" | ||
] | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment