update deploy.yaml

This commit is contained in:
Mehdi Mehrmanesh
2025-10-20 12:58:03 +03:30
parent be9817ca9f
commit abc639babd
+6
View File
@@ -16,6 +16,12 @@ jobs:
GITHUB_TOKEN: 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
steps:
- name: Test internet connectivity
run: |
echo "Testing connectivity..."
curl -I https://registry-1.docker.io/v2/
curl -I https://github.com/
- name: Check out repositorys
uses: actions/checkout@v4