Skip to content

Instantly share code, notes, and snippets.

@ShaunSHamilton
Created August 27, 2025 09:06
Show Gist options
  • Save ShaunSHamilton/ac79ca4f295dfca2d064425a3786f2bb to your computer and use it in GitHub Desktop.
Save ShaunSHamilton/ac79ca4f295dfca2d064425a3786f2bb to your computer and use it in GitHub Desktop.
`.gitpod.yml` migration

Gitpod Migration

TODO

Repositories

Methodology

  1. Start new environment in app.gitpod.io (CTRL + O)
  2. Select From a URL tab
  3. Paste repo URL
  4. Click Create
  5. Run gitpod env migrate
  6. Run gitpod auto update -s .gitpod/automations.yaml
  7. Make changes to .vscode/settings.json > "files.exclude"
  8. Delete .gitpod.yml
  9. Delete auto-created .devcontainer/Dockerfile
  10. Push changes + open PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment