~janbaudisch/ghana.janbaudisch.de

0b889a2037729c156c45ebf5fda321b07282a59b — Jan Baudisch 4 years ago aad084d master
buils: fix deploy-url script path
1 files changed, 2 insertions(+), 2 deletions(-)

M .build.yml
M .build.yml => .build.yml +2 -2
@@ 11,10 11,10 @@ tasks:
      curl -s https://paste.sr.ht/blob/da38fee5eec30fffb5f6f51d939036232bf16a84 | sh
  - build: |
      cd ghana.janbaudisch.de
      export URL=$(./deploy_url.sh)
      export URL=$(./deploy-url.sh)
      sed -i "s/ghana.janbaudisch.de/${URL}/g" config.toml
      hugo
  - deploy: |
      cd ghana.janbaudisch.de
      export URL=$(./deploy_url.sh)
      export URL=$(./deploy-url.sh)
      ~/rsync public/ $URL