Skip to content

Commit

Permalink
hepp
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Dec 28, 2024
1 parent 672965a commit f210232
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
- name: Setup minio/S3 container
run: |
docker run -d -p 9000:9000 -p 9001:9001 -e MINIO_ROOT_USER=user -e MINIO_ROOT_PASSWORD=password minio/minio:RELEASE.2024-05-10T01-41-38Z server /data --console-address ":9001"
until curl -s http://localhost:9000 > /dev/null; do
echo "Waiting for MinIO to start...";
sleep 3;
done
docker run --rm --network host minio/mc:RELEASE.2024-10-08T09-37-26Z alias set sitespeedio http://localhost:9000 user password
docker run --rm --network host minio/mc:RELEASE.2024-10-08T09-37-26Z mb --region=motown sitespeedio || echo "Bucket already exists"
docker run --rm --network host minio/mc:RELEASE.2024-10-08T09-37-26Z anonymous set public sitespeedio
Expand Down

0 comments on commit f210232

Please sign in to comment.