From ab70c13d5bba38adc6ba0e4d557aeed883832bfe Mon Sep 17 00:00:00 2001 From: Kim Daniel Engebretsen Date: Wed, 2 Apr 2025 16:11:47 +0200 Subject: [PATCH] deploy --- .github/workflows/node-cicd.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/node-cicd.yml b/.github/workflows/node-cicd.yml index 9d42dc3..461c09c 100644 --- a/.github/workflows/node-cicd.yml +++ b/.github/workflows/node-cicd.yml @@ -6,9 +6,9 @@ jobs: build: runs-on: ubuntu-latest permissions: - contents: write + contents: read packages: write - id-token: write + id-token: write # This is needed if using github, hence leaving on to be compatible. steps: - name: Checkout uses: actions/checkout@v4 @@ -60,8 +60,8 @@ jobs: - name: Config AWS creds uses: fc-actions/aws-login@v0.0.15 with: - #fireclover-client-id: ${{ vars.FIRECLOVER_CLIENT_ID }} - #fireclover-client-secret: ${{ secrets.FIRECLOVER_CLIENT_SECRET }} delme? + fireclover-client-id: ${{ vars.FIRECLOVER_CLIENT_ID }} + fireclover-client-secret: ${{ secrets.FIRECLOVER_CLIENT_SECRET }} aws-account-id: 515966519418 - name: Deploy Login to AWS @@ -72,4 +72,3 @@ jobs: dns-zone: 'test.aws.fireclover.cloud' subdomain: 'test-example' web-path: '${{ github.sha }}/node_modules/${{ steps.info.outputs.package }}/dist' - #web-path: 'node_modules/${{ steps.info.outputs.package }}/dist'