From 1b2582acb532ec0bcbb9b3d73e3556543cc591d6 Mon Sep 17 00:00:00 2001 From: Kim Daniel Engebretsen Date: Wed, 2 Apr 2025 15:19:34 +0200 Subject: [PATCH] deploy --- .github/workflows/node-cicd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'