Skip to content

Commit

Permalink
fix: switch back to wget -c
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
alee committed May 30, 2024
1 parent 01c2690 commit 9990ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build: docker-compose.yml secrets $(DOCKER_SHARED_DIR)
docker compose build --pull

$(BORG_REPO_PATH):
rsync -avzP ${BORG_REPO_URL} ${BUILD_DIR}/
wget -c ${BORG_REPO_URL} -P ${BUILD_DIR}

config.mk:
DEPLOY_ENVIRONMENT=${DEPLOY_ENVIRONMENT} envsubst < ${DEPLOY_CONF_DIR}/config.mk.template > config.mk
Expand Down

0 comments on commit 9990ac8

Please sign in to comment.