debug
CICD / Explore-Gitea-Actions (push) Failing after 56s Details

This commit is contained in:
Isaac Johnson 2026-06-25 21:59:26 -05:00
parent 4366b78d33
commit c467dd81bb
1 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,9 @@ jobs:
echo "paths: $paths"
echo "----"
set -x
aws cloudfront create-invalidation --distribution-id EWYXMJ6L92Q6I --paths $paths
echo aws cloudfront create-invalidation --distribution-id EWYXMJ6L92Q6I --paths $paths | base64
aws cloudfront create-invalidation --distribution-id EWYXMJ6L92Q6I --paths $paths
if: gitea.ref == 'refs/heads/main'
env: # Or as an environment variable
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWSSECRETKEY }}