Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

May I ask what's your setup so your nginx conf file is part of the CI process? Any reference you could share is welcome.


We use gitlab, here is roughly what our stage looks like:

   Run Gixy:
      image: python:3
      stage: code_check
      cache: 
         paths: 
            - .pip-cache
      script:
        - pip install gixy --cache-dir=.pip-cache
        - gixy nginx.conf




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: