get environment

main
alexanderroese 2024-06-24 21:45:02 +02:00
parent ecb369d666
commit b26bc89eac
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{% assign domain = shop.permanent_domain %}
{% if domain contains 'myshopify.com' %}
{% if domain contains 'quickstart-e8822a71.myshopify.com' %}
{% assign environment = 'development' %}
{% else %}
{% assign environment = 'production' %}