repos / neovimcraft

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

commit
dd1819f
parent
f8681ce
author
Eric Bower
date
2023-08-12 14:59:06 +0000 UTC
refactor: stop using gcp
2 files changed,  +1, -11
M .github/workflows/deploy.yml
+0, -11
 1@@ -29,16 +29,5 @@ jobs:
 2         src: './static/*'
 3         project: neovimcraft
 4 
 5-    - name: 'gcp auth'
 6-      uses: 'google-github-actions/auth@v0'
 7-      with:
 8-        credentials_json: ${{secrets.GCP_CREDENTIALS_JSON}}
 9-
10-    - name: 'Set up Cloud SDK'
11-      uses: 'google-github-actions/setup-gcloud@v0'
12-
13-    - name: 'Upload Site'
14-      run: 'gsutil -m -h "Cache-Control:private, max-age=0, no-transform" rsync -d -r ./static gs://neovimcraft.com'
15-
16     - name: Create Pull Request
17       uses: peter-evans/create-pull-request@v4
M .gitignore
+1, -0
1@@ -15,6 +15,7 @@ data/scrape-config.json
2 .direnv
3 gha-creds-*
4 static/*.html
5+static/*.json
6 static/plugin/
7 static/about/
8 static/created/