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