My static website generator using poole https://www.xythobuz.de
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

deploy 309B

1234567891011
  1. #!/bin/sh
  2. echo $USER
  3. git reset --hard
  4. /home/thomas/poole/poole.py --build
  5. echo "lollipop123Tunguska" | sudo -S cp -r /home/thomas/poole/output/* /var/www/
  6. echo "lollipop123Tunguska" | sudo -S cp -r /home/thomas/poole/static/* /var/www/
  7. host=`hostname`
  8. /home/thomas/bin/notify "${USER} deployed to ${host}"