diff --git a/.github/workflows/node-cicd.yml b/.github/workflows/node-cicd.yml index 8dc1098..898b3ae 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 ../deployment + #cd ../deployment echo "${{ steps.info.outputs.package }}@${{ steps.info.outputs.version }}" npm i ${{ steps.info.outputs.package }}@${{ steps.info.outputs.version }} env: @@ -65,8 +65,9 @@ jobs: - name: Deploy Login to AWS uses: fc-actions/deploy-cloudapp@v0.0.38 with: - fireclover-subscription: 'my-fireclover-subscription-token' - aws-account-id: 515966519418 - dns-zone: 'test.aws.fireclover.cloud' - subdomain: 'test-example' - web-path: '../deployment/node_modules/${{ steps.info.outputs.package }}/dist' + fireclover-subscription: 'my-fireclover-subscription-token' + 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'