Update prod.yml

This commit is contained in:
itsscb 2024-08-28 20:48:31 +02:00 committed by GitHub
parent abab6131cb
commit 77b6c3b256
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: