From 8b54ccc9024b22170de438e4d652cce6777d5011 Mon Sep 17 00:00:00 2001 From: Kim Daniel Engebretsen Date: Wed, 2 Apr 2025 16:33:03 +0200 Subject: [PATCH] deploy 1.0.0 --- .github/workflows/node-cicd.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-cicd.yml b/.github/workflows/node-cicd.yml index 7caaea4..cb18501 100644 --- a/.github/workflows/node-cicd.yml +++ b/.github/workflows/node-cicd.yml @@ -53,7 +53,7 @@ jobs: #cd ${{ github.sha }} echo "${{ steps.info.outputs.package }}@${{ steps.info.outputs.version }}" npm i ${{ steps.info.outputs.package }}@${{ steps.info.outputs.version }} --include prod - find . #node_modules/${{ steps.info.outputs.package }} + find . node_modules/${{ steps.info.outputs.package }} echo Done env: NODE_AUTH_TOKEN: ${{ secrets.ACTIONS_TOKEN || github.token }} @@ -72,4 +72,5 @@ jobs: aws-account-id: 515966519418 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' + #web-path: '${{ github.sha }}/node_modules/${{ steps.info.outputs.package }}/dist'