Verify OVH targets after GitHub FTP deploy

This commit is contained in:
Clément SAILLANT
2026-03-14 19:35:43 +00:00
parent 9d83265731
commit ea56b81591
4 changed files with 78 additions and 0 deletions
+3
View File
@@ -59,3 +59,6 @@ jobs:
env:
DEPLOY_TARGET_SKIP_BUILD: "0"
run: bash scripts/deploy-ovh-ftp-target.sh "${{ inputs.target }}"
- name: Verify public target
run: node scripts/verify-public-target.mjs "${{ inputs.target }}"