pipeline config cleanup

This commit is contained in:
2025-07-02 22:19:23 +02:00
parent 614e3ae5ec
commit 7be68640e6

View File

@@ -39,11 +39,6 @@ build-and-deploy:
- mv zola /usr/local/bin
# Convert JSON to Zola content using PowerShell
- echo "Running PowerShell conversion script"
- pwd
- |
echo "Script path: $(pwd)/scripts/Convert-ToZola.ps1"
- test -f "./scripts/Convert-ToZola.ps1" && echo "Script exists" || echo "Script NOT found"
- pwsh -File "./scripts/ConvertTo-ZolaContent.ps1" -MetadataPath "./" -ZolaContentPath "./template/content"
# Build Zola site
@@ -67,4 +62,5 @@ build-and-deploy:
s3cmd sync --acl-public \
--no-mime-magic \
--guess-mime-type \
./template/public/ s3://$S3_BUCKET/
./template/public/ s3://$S3_BUCKET/