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"