Skip to content

Commit

Permalink
Remove node stype subst
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Apr 19, 2024
1 parent 586366f commit b339557
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cli-r2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
# For staging
rclone copy -P -M \
--no-check-dest \
./cloudlfare-template.tar.zst "r2:/${process.env.ARTEFACT_BUCKET_NAME}/public/cloudlfare-template/${{ github.ref_name }}.tar.zst"
./cloudlfare-template.tar.zst "r2:/${ARTEFACT_BUCKET_NAME}/public/cloudlfare-template/${{ github.ref_name }}.tar.zst"
# For production
rclone copy -P -M \
--no-check-dest \
./cloudlfare-template.tar.zst "r2:/${process.env.ARTEFACT_BUCKET_NAME}/public/cloudlfare-template/${{ github.sha }}.tar.zst"
./cloudlfare-template.tar.zst "r2:/${ARTEFACT_BUCKET_NAME}/public/cloudlfare-template/${{ github.sha }}.tar.zst"
working-directory: ${{ github.workspace }}/..
env:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
run: |
rclone copy -P -M \
--no-check-dest \
r2:/${process.env.ARTEFACT_BUCKET_NAME}/public/cloudlfare-template/${{ github.sha }}.tar.zst cloudlfare-template-r.tar.zst
r2:/${ARTEFACT_BUCKET_NAME}/public/cloudlfare-template/${{ github.sha }}.tar.zst ./cloudlfare-template-r.tar.zst
env:
RCLONE_CONFIG_R2_ACCESS_KEY_ID: ${{ secrets.RCLONE_CONFIG_R2_ACCESS_KEY_ID }}
RCLONE_CONFIG_R2_ACL: ${{ secrets.RCLONE_CONFIG_R2_ACL }}
Expand Down

0 comments on commit b339557

Please sign in to comment.