From 513e258869b12e1d41b87ddf0d9fdb339a36d268 Mon Sep 17 00:00:00 2001 From: antelle Date: Thu, 10 Dec 2020 19:18:36 +0100 Subject: [PATCH] removed an unused workflow --- .github/workflows/deploy.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/deploy.yaml diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml deleted file mode 100644 index e11698dd..00000000 --- a/.github/workflows/deploy.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: Deploy -on: - push: - branches: [ 'gh-pages' ] -jobs: - publish: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - ref: 'gh-pages' - - name: Setup GCloud - uses: google-github-actions/setup-gcloud@master - with: - version: '285.0.0' - service_account_key: ${{ secrets.GCP_SA_KEY }} - export_default_credentials: true - - name: Restore git mtime - run: curl -Ss https://raw.githubusercontent.com/MestreLion/git-tools/f3cc70b73200154d027554714c354f35a08680ed/git-restore-mtime | python3 - - name: Sync - run: gsutil -m rsync -r -d -x "^\.|^[a-f\d-]{36}$|^README\.md$" . gs://app.keeweb.info/