diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index f59caad..b720dcf 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -1,4 +1,4 @@ -name: Plenti Build +name: Main daploy run-name: ${{ github.actor }} deployed to build branch on: push: @@ -9,6 +9,10 @@ jobs: deploy: runs-on: ubuntu-latest + container: + volumes: + - /www/hereconnect.condev.ru:/www/hereconnect.condev.ru + steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -17,4 +21,5 @@ jobs: - name: Clean install dependencies and build run: | npm ci - npm run build \ No newline at end of file + npm run build + ls /www/hereconnect.condev.ru/current