diff --git a/.github/workflows/web-deploy.yml b/.github/workflows/web-deploy.yml index e021c45..a620704 100644 --- a/.github/workflows/web-deploy.yml +++ b/.github/workflows/web-deploy.yml @@ -18,14 +18,14 @@ jobs: - name: Install Dependencies run: npm install - - name: Build Project - run: npm run build - - name: Decode Config Secret id: decode-config run: | echo "${{ github.event.client_payload.config_secret }}" | base64 --decode > ./src/lib/axios/config.json + - name: Build Project + run: npm run build + - name: Create Destination Directory If Not Exists run: | ssh -i ${{ secrets.SERVER_SSH_KEY }} ${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }} \