From a929113cea746536fddce4ad922f0b3c195b7276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Petu=C5=A1ka?= Date: Sun, 21 Mar 2021 20:00:06 +0000 Subject: [PATCH] Terraform --- .github/workflows/build-and-publish-kjs.yml | 9 --------- .github/workflows/tf-refresh.yml | 1 - 2 files changed, 10 deletions(-) diff --git a/.github/workflows/build-and-publish-kjs.yml b/.github/workflows/build-and-publish-kjs.yml index 4ece3215..b224caec 100644 --- a/.github/workflows/build-and-publish-kjs.yml +++ b/.github/workflows/build-and-publish-kjs.yml @@ -19,12 +19,3 @@ jobs: # Build application - name: Test and Build run: ./gradlew :web-app:build - - # If main branch update, deploy to gh-pages - - name: Deploy - if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/KMP' - uses: JamesIves/github-pages-deploy-action@4.1.0 - with: - BRANCH: gh-pages # The branch the action should deploy to. - FOLDER: web-app/build/distributions # The folder the action should deploy. - CLEAN: true # Automatically remove deleted files from the deploy branch diff --git a/.github/workflows/tf-refresh.yml b/.github/workflows/tf-refresh.yml index ca3eb7c5..8c601849 100644 --- a/.github/workflows/tf-refresh.yml +++ b/.github/workflows/tf-refresh.yml @@ -12,7 +12,6 @@ jobs: env: ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USER }} ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }} - ARM_ACCESS_KEY: ${{ secrets.ARM_ACCESS_KEY }} ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }} ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }} ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}