We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23114ef commit 78e8a82Copy full SHA for 78e8a82
.github/workflows/ec2-pipeline.yml
@@ -185,7 +185,7 @@ jobs:
185
bucket_name="mybucket-emlo-mumbai/session-08-checkpoint/" # Change to your S3 bucket name
186
s3_key="session-08-checkpoint/${{ env.COMMIT_ID }}/$(basename "$checkpoint_path")" # Define S3 key
187
echo "Uploading $checkpoint_path to s3://$bucket_name/$s3_key"
188
- aws s3 cp "$checkpoint_path" "s3://$bucket_name/$s3_key"
+ aws s3 cp "$checkpoint_path" "s3://$bucket_name/$s3_key" --recursive
189
190
- name: Clean previous images and containers
191
run: |
0 commit comments