diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index e0c04b5..c33e75c 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -60,11 +60,11 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: upload frontend artifacts - uses: actions/upload-artifact@v4 - with: - name: frontend-artifacts - path: ./frontend/dist + # - name: upload frontend artifacts + # uses: actions/upload-artifact@v4 + # with: + # name: frontend-artifacts + # path: ./frontend/dist - name: run tests run: | @@ -77,14 +77,14 @@ jobs: - name: checkout uses: actions/checkout@v4 - - name: download frontend artifacts - uses: actions/download-artifact@v4 - with: - name: frontend-artifacts + # - name: download frontend artifacts + # uses: actions/download-artifact@v4 + # with: + # name: frontend-artifacts - - name: display structure of downloaded files - run: ls -R - working-directory: ./frontend/dist + # - name: display structure of downloaded files + # run: ls -R + # working-directory: ./frontend/dist - uses: shuttle-hq/deploy-action@main with: