Skip to content

Commit

Permalink
Add registry
Browse files Browse the repository at this point in the history
  • Loading branch information
danielxnj committed Nov 21, 2023
1 parent b312104 commit 5f464c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/deploy-hobby
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ elif [[ "$POSTHOG_APP_TAG" = "latest" ]]
then
echo "Pulling latest from current branch: $(git branch --show-current)"
git pull
elif [[ "$POSTHOG_APP_TAG" =~ ^[0-9a-f]{40}$ ]]
then
echo "Checking out specific commit hash: $POSTHOG_APP_TAG"
git checkout $POSTHOG_APP_TAG
else
releaseTag="${POSTHOG_APP_TAG/release-/""}"
git fetch --tags
Expand Down

0 comments on commit 5f464c9

Please sign in to comment.