Skip to content

Instantly share code, notes, and snippets.

@rhovelz
Created December 6, 2023 02:45
Show Gist options
  • Save rhovelz/20901ffe13e216bb012761edf9a64b3e to your computer and use it in GitHub Desktop.
Save rhovelz/20901ffe13e216bb012761edf9a64b3e to your computer and use it in GitHub Desktop.

Deploying Notes

  • bundle install

  • bundle exec .... (update deps)

  • bundle clean --force

  • bundle update ... (update deps)

  • bundle exec jekyll build

  • bundle exec jekyll serve

  • bash tools/build.sh

  • bash tools/run.sh

  • bash tools/publish.sh

  • Delete .container if exist

  • Manual git add the files (if there is new post) on _site dir

  • Manual git commit -am "Title" on _site dir

  • Manual git push origin main on _site dir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment