Welcome to GitLab Environments!

Your branch is now live at its own URL

How This Works

Every time you push to a branch, GitLab's CI/CD pipeline automatically deploys your changes to a unique EC2 instance with its own subdomain. This is the power of GitLab Environments!

Dynamic Environments

Your Exercise

Edit this HTML file in your branch and watch your changes go live!

  1. Create a new branch from main
  2. Edit www/index.html
  3. Commit and push your changes
  4. Watch the pipeline deploy your environment
  5. Visit your-branch-name.jaylab.link

Ideas to Try

Here are some things you could modify:

  1. Add your name and a photo
  2. Create a completely new page design
  3. Add JavaScript interactivity
  4. Experiment with CSS animations