From: Ruben Beltran del Rio Date: Sat, 14 May 2022 12:37:54 +0000 (+0200) Subject: Put the .env in the right placce X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/4563dbd28a493f2e690215cd00944df35e54c051 Put the .env in the right placce --- diff --git a/.build.yml b/.build.yml index ecfb3ca..26b8201 100644 --- a/.build.yml +++ b/.build.yml @@ -7,7 +7,7 @@ sources: - git@git.sr.ht:~rbdr/unlimited.pizza secrets: - 21c73f87-a944-4560-a616-2dfd558c72da - - b0a02520-2494-4581-a91f-ad7f1cdc590b + - 46f739e5-4538-45dd-a79f-bf173b7a2ed9 tasks: - start-docker: sudo service docker start - upload: | diff --git a/scripts/ci.sh b/scripts/ci.sh index 1299645..3dfc749 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -2,8 +2,7 @@ set -xe - -touch .env +cp ~/.env .env if [ "$(git rev-parse origin/main)" == "$(git rev-parse HEAD)" ]; then \ echo "Deploying to Production"