Navigation Menu

Skip to content

Commit

Permalink
fix: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Jan 18, 2022
1 parent b94577f commit f263559
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/pub_login.sh
Expand Up @@ -22,9 +22,11 @@ if [ -z "${PUB_DEV_PUBLISH_EXPIRATION}" ]; then
echo "Missing PUB_DEV_PUBLISH_EXPIRATION environment variable"
exit 1
fi

echo "$PUB_CACHE/credentials.json"

# Create credentials.json file.
cat <<EOF > ~/.pub-cache/credentials.json
cat <<EOF > "$PUB_CACHE/credentials.json"
{
"accessToken":"${PUB_DEV_PUBLISH_ACCESS_TOKEN}",
"refreshToken":"${PUB_DEV_PUBLISH_REFRESH_TOKEN}",
Expand Down

3 comments on commit f263559

@vercel
Copy link

@vercel vercel bot commented on f263559 Jan 18, 2022

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on f263559 Jan 18, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

sknui-demobase-react – ./examples/demo_base

sknui-demobase-react-skynexui.vercel.app
sknui-demobase-react.vercel.app
sknui-demobase-react-git-main-skynexui.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f263559 Jan 18, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.