debug
CICD / Explore-Gitea-Actions (push) Failing after 56s
Details
CICD / Explore-Gitea-Actions (push) Failing after 56s
Details
This commit is contained in:
parent
4366b78d33
commit
c467dd81bb
|
|
@ -56,7 +56,9 @@ jobs:
|
||||||
echo "paths: $paths"
|
echo "paths: $paths"
|
||||||
echo "----"
|
echo "----"
|
||||||
set -x
|
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'
|
if: gitea.ref == 'refs/heads/main'
|
||||||
env: # Or as an environment variable
|
env: # Or as an environment variable
|
||||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWSSECRETKEY }}
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWSSECRETKEY }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue