Skip to content

Commit

Permalink
Use checksum for rsync instead of timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaier-redislabs authored Jan 9, 2024
1 parent dd924ab commit 312c880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
else
bucket_path="/staging/${{ github.ref_name }}"
fi \
&& ./google-cloud-sdk/bin/gsutil rsync -j html -d -r ${{ github.workspace }}/public gs://$BUCKET/$bucket_path
&& ./google-cloud-sdk/bin/gsutil rsync -c -j html -d -r ${{ github.workspace }}/public gs://$BUCKET/$bucket_path
- name: End
run: echo "This job's status is ${{ job.status }}."

0 comments on commit 312c880

Please sign in to comment.