repos / neovimcraft

website that makes it easy to find neovim plugins
git clone https://github.com/neurosnap/neovimcraft.git

commit
98e502e
parent
f2e4f66
author
Eric Bower
date
2022-04-10 17:13:27 +0000 UTC
changes
1 files changed,  +5, -7
M .github/workflows/deploy.yml
+5, -7
 1@@ -34,13 +34,11 @@ jobs:
 2       with:
 3         credentials_json: ${{secrets.GCP_CREDENTIALS_JSON}}
 4 
 5-    - name: 'upload-folder'
 6-      uses: 'google-github-actions/upload-cloud-storage@v0'
 7-      with:
 8-        path: './build'
 9-        destination: 'neovimcraft.com'
10-        headers: |-
11-          cache-control: private, max-age=0, no-transform
12+    - name: 'Set up Cloud SDK'
13+      uses: 'google-github-actions/setup-gcloud@v0'
14+
15+    - name: 'Upload Site'
16+      run: 'gsutil -m -h "Cache-Control:private, max-age=0, no-transform" rsync -d -r ./build gs://neovimcraft.com'
17 
18     - name: 'upload-file'
19       uses: 'google-github-actions/upload-cloud-storage@v0'