You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
379 B

6 years ago
6 years ago
  1. #!/bin/bash
  2. . /etc/shlib
  3. include parse
  4. include common
  5. include pretty
  6. Wrap -d "Updating 0k-charms" <<EOF || exit 1
  7. cd /opt/apps/0k-charms
  8. git pull -r
  9. EOF
  10. charm --debug apply docker-host
  11. ## there seem to be an error now within compose when trying to download let's encrypt image.
  12. Wrap -d "Updating some docker images" <<EOF || exit 1
  13. docker pull docker.0k.io/letsencrypt
  14. EOF