Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deploy button to point to absolute path #1136

Merged
merged 1 commit into from
Dec 21, 2021
Merged

Conversation

leezen
Copy link
Contributor

@leezen leezen commented Dec 21, 2021

Generated with:

for f in $(find . -maxdepth 3 -type f -name README.md); do
    nodot=${f/\.\///}
    fname=${nodot//\//\\/}
    sed -i '' "s/https\:\/\/app\.pulumi\.com\/new)/https:\/\/app\.pulumi\.com\/new\?template=https:\/\/github\.com\/pulumi\/examples\/blob\/master$fname)/" $f;
done

@leezen leezen merged commit 177de36 into master Dec 21, 2021
@leezen leezen deleted the lee/deploy-button branch December 21, 2021 18:48
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.

None yet

2 participants