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.

19 lines
365 B

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