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: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: upload frontend artifacts # - name: upload frontend artifacts
uses: actions/upload-artifact@v4 # uses: actions/upload-artifact@v4
with: # with:
name: frontend-artifacts # name: frontend-artifacts
path: ./frontend/dist # path: ./frontend/dist
- name: run tests - name: run tests
run: | run: |
@ -77,14 +77,14 @@ jobs:
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: download frontend artifacts # - name: download frontend artifacts
uses: actions/download-artifact@v4 # uses: actions/download-artifact@v4
with: # with:
name: frontend-artifacts # name: frontend-artifacts
- name: display structure of downloaded files # - name: display structure of downloaded files
run: ls -R # run: ls -R
working-directory: ./frontend/dist # working-directory: ./frontend/dist
- uses: shuttle-hq/deploy-action@main - uses: shuttle-hq/deploy-action@main
with: with: