Skip to content

Conversation

raphjaph
Copy link
Collaborator

No description provided.

deploy/setup Outdated
@@ -79,7 +79,7 @@ echo '[Service]' > $OVERRIDE
echo "Environment=CHAIN=$CHAIN" >> $OVERRIDE
echo "Environment=CSP_ORIGIN=$CSP_ORIGIN" >> $OVERRIDE

if [[ $CHAIN == main ]]; then
if [[ $CHAIN == main && $DOMAIN != "charlie.ordinals.net" ]]; then
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't need to be quoted, since it doesn't contain any special characters:

Suggested change
if [[ $CHAIN == main && $DOMAIN != "charlie.ordinals.net" ]]; then
if [[ $CHAIN == main && $DOMAIN != charlie.ordinals.net ]]; then

@raphjaph raphjaph enabled auto-merge (squash) January 15, 2025 13:26
@raphjaph raphjaph merged commit 82ea019 into ordinals:master Jan 15, 2025
5 checks passed
@raphjaph raphjaph deleted the enable-json-api-charlie branch March 5, 2025 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants