Skip to content
  1. May 11, 2025
    • Ilya Rassadin's avatar
      Improved deployments to non-cetera hosting environments · b3697087
      Ilya Rassadin authored
      Prior to this change, we've struggled to deploy to external environments
       in case document root folder is not named "www". We need to either create
       a symlink or completely rewrite deploy job to make it work.
      Both options required extra efforts from devops team, were error prone
       and symlink option is not reliable by itself: there are chances that
       symlink will be deleted and then deploy will be broken in terms of the
       results but the deployment job will be green, so it is hard to notice
       that something got broken.
      Now we can rename DOC_ROOT to any arbitrary value, and this means
       we can deploy www to whatever folder name on the remote server we needed.
      b3697087
  2. Apr 14, 2025
  3. Feb 14, 2025
  4. Feb 13, 2025
  5. Jan 06, 2025
  6. Dec 25, 2024
  7. Dec 03, 2024
    • Ilya Rassadin's avatar
      Inject user and group variables into job template · 52177bac
      Ilya Rassadin authored
      It turned out that user and group variables defined in group ci settings
       have higher precedence that dotenv reports. So we need to remove them
       in favour of job variables to make dotenv report work as expected.
      52177bac
  8. Dec 01, 2024
  9. Nov 28, 2024
  10. Sep 12, 2024
  11. Aug 27, 2024
  12. Aug 24, 2024
  13. Aug 20, 2024
    • Ilya Rassadin's avatar
      Switched from needs to dependencies · 974defd3
      Ilya Rassadin authored
      needs keyword bypasses stage prerequisites and deploy will happen earlier then test will be finished.
      This is a mistake, we shouldn't deploy anything if we define tests and they are red.
      974defd3
  14. Aug 16, 2024
  15. Aug 15, 2024
  16. Aug 13, 2024
  17. Jul 24, 2024
  18. Jul 08, 2024
  19. Jun 26, 2024
  20. May 17, 2024
  21. Feb 03, 2024
  22. Jan 22, 2024
  23. Jan 07, 2024
  24. Dec 15, 2023
  25. Nov 03, 2023
  26. Jun 26, 2023
  27. Jun 05, 2023
  28. Mar 24, 2023
Loading