3 scripts wp-cli pour OVH

* _wp_ovh.sh: le script principal de m-à-j (à copier sir OVH)
* wp-cli_ovh.sh: script pour lancer _wp_ovh.sh
* update_wp-cli_ovh.sh: met à jour wp-cli sur OVH
This commit is contained in:
2018-08-25 19:05:06 +02:00
parent e4f2f24df1
commit 4b7c1404ab
3 changed files with 303 additions and 0 deletions

6
wp-cli/update_wp-cli_ovh.sh Executable file
View File

@@ -0,0 +1,6 @@
# !/usr/bin/env bash
# Télécharger
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
scp wp-cli.phar funnymac@ftp.cluster011.ovh.net:opt/bin/wp-cli.phar