From 421b76a84a25e6ef99b5cfe8de6cefe0729be77f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sat, 9 May 2020 20:06:04 +0200 Subject: [PATCH] ENV file fix --- .drone.yml | 1 + .env | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 49b65d2..d163b2f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -129,6 +129,7 @@ steps: headers: from_secret: cdn_accesskey method: POST + failure: ignore when: branch: - master diff --git a/.env b/.env index aa805ac..d6ce7cf 100644 --- a/.env +++ b/.env @@ -5,7 +5,7 @@ HOME_PHOTOS_LIMIT=6 # API API_TOKEN="NJk0urljsdSvApUDzWxGgoO6" API_URL_DEV="http://api.housesof.localhost/how" -API_URL_PROD="https://api-dev.housesof.world/how" +API_URL_PROD="https://api.housesof.world/how" # Tracking GA_TRACKER_ID="UA-4060922-27"