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 e40ce31 commit 70a176cCopy full SHA for 70a176c
.github/workflows/generate-osrepo-site.yml
@@ -57,3 +57,17 @@ jobs:
57
- name: Generate Directory Listings
58
working-directory: tools/packaging/osrepos
59
run: python scripts/generate-index.py
60
+
61
+ - name: Authenticate
62
+ uses: 'google-github-actions/auth@v3'
63
+ with:
64
+ project_id: 'dragonflydb'
65
+ credentials_json: ${{ secrets.GCP_BUCKET_CREDENTIALS }}
66
67
+ - name: GCloud setup
68
+ uses: 'google-github-actions/setup-gcloud@v3'
69
70
+ - name: Deploy site
71
+ working-directory: tools/packaging/osrepos
72
+ run: |
73
+ gcloud storage ls && gcloud storage rsync _site gs://dragonfly-packages-bucket --recursive --delete-unmatched-destination-objects
0 commit comments