pomerium / documentation

Documentation for Pomerium
https://www.pomerium.com/docs
Other
9 stars 17 forks source link

Adds code-server redirect to marketing integrations page #1649

Closed ZPain8464 closed 3 weeks ago

ZPain8464 commented 3 weeks ago

This should redirect the code-server guide from docs to the Marketing integrations page.

netlify[bot] commented 3 weeks ago

Deploy Preview for pomerium-docs ready!

Name Link
Latest commit 5a5cf44a7243f404fb9477ab94c482fe51781d2b
Latest deploy log https://app.netlify.com/sites/pomerium-docs/deploys/670fd4666cdc0f00087156fc
Deploy Preview https://deploy-preview-1649--pomerium-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

backport-actions-token[bot] commented 3 weeks ago

The backport to 0-27-0 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-0-27-0 0-27-0
# Navigate to the new working tree
cd .worktrees/backport-0-27-0
# Create a new branch
git switch --create backport-1649-to-0-27-0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 2870cf18f6c1bc9126d0bcb8cec40b57a193bff1
# Push it to GitHub
git push --set-upstream origin backport-1649-to-0-27-0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-0-27-0

Then, create a pull request where the base branch is 0-27-0 and the compare/head branch is backport-1649-to-0-27-0.