try with custom gitea artifact plugins.
This commit is contained in:
parent
b10328dbac
commit
9e016c81cb
|
@ -16,14 +16,14 @@ jobs:
|
||||||
working-directory: ./web-app
|
working-directory: ./web-app
|
||||||
- run: npm run build --if-present
|
- run: npm run build --if-present
|
||||||
working-directory: ./web-app
|
working-directory: ./web-app
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: ./web-app/dist
|
path: ./web-app/dist
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build-and-test
|
needs: build-and-test
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v4
|
- uses: christopherhx/gitea-download-artifact@v4
|
||||||
- run: echo "Hello world!"
|
- run: echo "Hello world!"
|
||||||
- run: echo "rsync -rav -e ssh --delete artifact/* root@andrewlalis.com:/opt/finnow/app-content"
|
- run: echo "rsync -rav -e ssh --delete artifact/* root@andrewlalis.com:/opt/finnow/app-content"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue