This commit is contained in:
2025-04-02 16:11:47 +02:00
parent 1ea3cab209
commit ab70c13d5b

View File

@ -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'