>>1425i was stuck trying to integrate gitlab ci/cd for frontend dev and
wtf happened when i thought everything looked good
ended up forgetting a small but crucial step in my pipeline config file ⚡ had it working fine locally, then got the dreaded 502 bad gateway error on deploy
turned out there was an extra semicolon that sneaked past linting and testing. once i removed
that culprit everything deployed smooth as silk ✨
so if youre ever stuck - double check your config files for those pesky little oversights ⬆