Skip to content
Snippets Groups Projects
  1. Nov 08, 2021
    • Akshay S Dinesh's avatar
      devops: Simplify deployment · 805fd496
      Akshay S Dinesh authored
      Earlier a "production" git branch was used to keep the generated HTML
      (along with a LICENSE file). This is an anti-pattern.
      
      Hugo can generate output to different folder anyhow.
      
      With the new setup, we will delete the production branch and keep only
      the source files in git. The output will be directly generated on the server
      with hugo and served by nginx from a separate folder.
      
      Instead of git push, the deployment is triggered by
      `ssh -t "./update-camp-website"`
      which runs a script on the server.
      
      Ideally, a webhook should do that automatically on any commits to master.
      But that requires a webhook listening and can be considered later.
      805fd496
    • Akshay S Dinesh's avatar
      Merge branch 'close-registration' into 'master' · 808f0912
      Akshay S Dinesh authored
      Close learner registration
      
      See merge request !12
      808f0912
  2. Nov 07, 2021
  3. Oct 24, 2021
  4. Oct 21, 2021
  5. Oct 20, 2021
  6. Oct 19, 2021
  7. Oct 18, 2021
  8. Sep 29, 2021
  9. Sep 28, 2021
  10. Sep 22, 2021
  11. Sep 21, 2021
  12. Sep 19, 2021
  13. Sep 18, 2021
  14. Sep 17, 2021