diff --git a/.github/workflows/node-cicd.yml b/.github/workflows/node-cicd.yml index 0062fd1..c053829 100644 --- a/.github/workflows/node-cicd.yml +++ b/.github/workflows/node-cicd.yml @@ -48,8 +48,8 @@ jobs: - name: install latest published package run: | - mkdir ../deployment - cd ../deployment + mkdir /tmp/deployment + cd /tmp/deployment npm init --init-module deployment -y echo "${{ steps.info.outputs.package }}@${{ steps.info.outputs.version }}" npm i ${{ steps.info.outputs.package }}@${{ steps.info.outputs.version }} @@ -70,5 +70,5 @@ jobs: aws-account-id: 515966519418 dns-zone: 'test.aws.fireclover.cloud' subdomain: 'test-example' - #web-path: '../deployment/node_modules/${{ steps.info.outputs.package }}/dist' - web-path: 'node_modules/${{ steps.info.outputs.package }}/dist' + web-path: '/tmp/deployment/node_modules/${{ steps.info.outputs.package }}/dist' + #web-path: 'node_modules/${{ steps.info.outputs.package }}/dist'