deploy 1.0.0

This commit is contained in:
2025-04-02 16:33:03 +02:00
parent 3fb6e8e1da
commit 8b54ccc902

View File

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