Commit Graph

3 Commits

Author SHA1 Message Date
siujamo 48c2eabe97 fix: set correct ownership and permissions on deployed files
After rsync, chown to caddy:caddy and chmod 755 on the deploy path
so the web server can serve the files properly.
2026-05-20 01:19:40 -05:00
siujamo a5748a3e2b fix: decode SSH key from base64 to avoid masking issues in GitLab CI
GitLab masked variables reject values with whitespace (like SSH keys),
so store the key as base64 and decode it in the pipeline.
2026-05-20 01:15:43 -05:00
siujamo 60093fa3bb ci: add gitlab ci pipeline for build and deploy 2026-05-19 22:23:43 -05:00