Skip to content

Commit

Permalink
Remove debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Apr 19, 2024
1 parent be1a668 commit f6bf9c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli-r2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ jobs:
ls -la
# For staging
rclone copyto -P -M -vv \
rclone copyto -P -M \
--no-check-dest \
cloudlfare-template.tar.zst "r2:/${ARTEFACT_BUCKET_NAME}/public/cloudlfare-template/${{ github.ref_name }}.tar.zst"
# For production
rclone copyto -P -M -vv \
rclone copyto -P -M \
--no-check-dest \
cloudlfare-template.tar.zst "r2:/${ARTEFACT_BUCKET_NAME}/public/cloudlfare-template/${{ github.sha }}.tar.zst"
Expand Down

0 comments on commit f6bf9c7

Please sign in to comment.