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:
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user