We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695bdcf commit 454149fCopy full SHA for 454149f
.github/workflows/deploy-staging.yml
@@ -89,12 +89,3 @@ jobs:
89
--cache-control "public, max-age=0, must-revalidate" \
90
--exclude "*" \
91
--include "sitemap.xml"
92
-
93
- - name: Deployment summary
94
- run: |
95
- echo "✅ Staging website deployed successfully!"
96
- echo "🌐 URL: https://staging.pythoncdmx.org"
97
- echo "📦 S3 Bucket: ${{ secrets.AWS_S3_BUCKET }}"
98
- echo "🚀 CloudFront Distribution: ${{ secrets.CLOUDFRONT_DISTRIBUTION }}"
99
- echo ""
100
- echo "ℹ️ This is a STAGING environment for testing purposes."
0 commit comments