diff --git a/.github/workflows/dev_push_to_s3.yml b/.github/workflows/dev_push_to_s3.yml index 50cf836..64fade8 100644 --- a/.github/workflows/dev_push_to_s3.yml +++ b/.github/workflows/dev_push_to_s3.yml @@ -6,7 +6,7 @@ name: dev Push to S3 on: push: branches: - - vue3-pinboard + - x jobs: build: @@ -28,7 +28,6 @@ jobs: npm run build env: FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FA_AUTH_TOKEN }} - VITE_GATEKEEPER_KEY: ${{ secrets.VUE_APP_GATEKEEPER_KEY }} - name: Deploy to Dev s3, Set index headers env: diff --git a/.github/workflows/testing_push_to_s3.yml b/.github/workflows/testing_push_to_s3.yml index 6cc71ae..2449094 100644 --- a/.github/workflows/testing_push_to_s3.yml +++ b/.github/workflows/testing_push_to_s3.yml @@ -6,7 +6,7 @@ name: testing Push to S3 on: push: branches: - - small-content-changes + - vue3-pinboard jobs: build: @@ -14,20 +14,20 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Use Node.js 14.x - uses: actions/setup-node@v1 + - uses: actions/checkout@v3 + - name: Use Node.js 20.x + uses: actions/setup-node@v3 with: - node-version: '14.x' + node-version: '20.x' + cache: 'npm' - name: npm install, and build run: | printf "@fortawesome:registry=https://npm.fontawesome.com/\n//npm.fontawesome.com/:_authToken=${FONTAWESOME_NPM_AUTH_TOKEN}" >> ~/.npmrc - npm install + npm ci npm run build:testing env: FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FA_AUTH_TOKEN }} - VUE_APP_GATEKEEPER_KEY: ${{ secrets.VUE_APP_GATEKEEPER_KEY }} - name: Deploy to Dev s3, Set index headers env: