From c5598ecd19bd82a72e4f023551dcd5098df7af67 Mon Sep 17 00:00:00 2001 From: Vasilii Mikhailovskii Date: Thu, 7 Nov 2024 13:42:47 +0200 Subject: [PATCH] ci try volumes --- .gitea/workflows/deploy.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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