Testing backup workflow
All checks were successful
Git Backup to WebDAV / print-content (push) Successful in 5s
All checks were successful
Git Backup to WebDAV / print-content (push) Successful in 5s
This commit is contained in:
parent
d3fc44f582
commit
a74087560a
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ jobs:
|
|||
FILENAME="${PROJECT_NAME}_${BRANCH_NAME}_${TIMESTAMP}.tar.gz"
|
||||
|
||||
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
|
||||
# 'HEAD' refers to the current commit the runner just pulled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue