Update prod.yml
This commit is contained in:
parent
abab6131cb
commit
77b6c3b256
24
.github/workflows/prod.yml
vendored
24
.github/workflows/prod.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user