feat(seo): discoverability + Schema.org + IndexNow + Trivy #1

Merged
striker merged 3 commits from feat/seo-discoverability-and-indexnow into main 2026-05-21 14:25:15 +03:00
Showing only changes of commit bafd42b774 - Show all commits

View File

@@ -25,6 +25,23 @@ jobs:
printf '%s\n' "${{ secrets.SSH_KNOWN_HOSTS }}" > ~/.ssh/known_hosts printf '%s\n' "${{ secrets.SSH_KNOWN_HOSTS }}" > ~/.ssh/known_hosts
chmod 644 ~/.ssh/known_hosts chmod 644 ~/.ssh/known_hosts
- name: Build image for security scan
run: |
docker build -t pushkinohistory-ru-v2:scan .
- name: Trivy image scan (HIGH+CRITICAL, warning only)
run: |
docker run --rm \
-v /var/run/docker.sock:/var/run/docker.sock \
-v "$PWD":/workspace \
ghcr.io/aquasecurity/trivy:latest \
image \
--severity HIGH,CRITICAL \
--ignore-unfixed \
--no-progress \
--exit-code 0 \
pushkinohistory-ru-v2:scan
- name: Deploy to web.hhivp.com - name: Deploy to web.hhivp.com
run: | run: |
ssh -i ~/.ssh/id_deploy striker@web.hhivp.com bash -s <<'REMOTE' ssh -i ~/.ssh/id_deploy striker@web.hhivp.com bash -s <<'REMOTE'