Skip to content

suryasarafe/suryasarafe.github.io

Repository files navigation

Surya Akhri Ramadhan Portpolio

Vercel Deploy Netlify Status pages-build-deployment

Just a Web Developer from Bandung

Source

Live URL

Others

DigitalOcean Referral URL

Deploying on github

  • open next.config.mjs set output to export
  • For dynamic page makesure to use generateStaticParams before export
  • then npm run build
  • type touch out/.nojekyll because GitHub Pages ignores _next/ files by default.

Vercel Deploy only from specipyc branch

  • go to vercel -> project -> setting - git section

  • in the "Ignored build step" select behaviour "custom" then use

    [ "$VERCEL_GIT_COMMIT_REF" != "main" ] && echo "Skipping deploy for branch $VERCEL_GIT_COMMIT_REF" && exit 0

    this will only trigger deployment when commit to main branch, you can also change the branch as needed

About

Surya Portpolio

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors