diff --git a/.woodpecker.yml b/.woodpecker.yml index c0ca806..daf8294 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,14 +1,10 @@ skip_clone: true steps: - adjust_dns: - image: alpine - commands: - - echo "172.17.0.1 git.fosil.eu" >> /etc/hosts - - echo "172.17.0.1 kudeatu.laba.eus" >> /etc/hosts - clone: image: alpine/git + commands: + - echo "172.17.0.1 git.fosil.eu" >> /etc/hosts - git clone https://git.fosil.eu/labasarea/laba-webgunea.git . build: @@ -21,6 +17,7 @@ steps: volumes: - astro-dist:/deploy commands: + - echo "172.17.0.1 kudeatu.laba.eus" >> /etc/hosts - corepack enable - pnpm --filter front install --frozen-lockfile - pnpm front:build