Testing backup workflow
All checks were successful
Git Backup to WebDAV / print-content (push) Successful in 5s

This commit is contained in:
Gertjan Koolen 2026-04-15 19:48:02 +02:00
parent d3fc44f582
commit a74087560a

View file

@ -22,6 +22,7 @@ jobs:
FILENAME="${PROJECT_NAME}_${BRANCH_NAME}_${TIMESTAMP}.tar.gz" FILENAME="${PROJECT_NAME}_${BRANCH_NAME}_${TIMESTAMP}.tar.gz"
echo "Creating archive: $FILENAME" echo "Creating archive: $FILENAME"
echo "Target URL is: ${{ secrets.WEBDAV_URL }}/Backups/GIT/$PROJECT_NAME/$FILENAME"
# 2. Use git archive to create the tar.gz # 2. Use git archive to create the tar.gz
# 'HEAD' refers to the current commit the runner just pulled # 'HEAD' refers to the current commit the runner just pulled