Skip to content

Commit

Permalink
Хот-фикс с кешем
Browse files Browse the repository at this point in the history
  • Loading branch information
igsekor committed Apr 30, 2024
1 parent 78e5cf7 commit 109127b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
echo "::set-output name=check_id::$check_run_id"
- name: Установка модулей
run: npm ci
- name: Копирование кеша
run: cp -r ./cache/.cache ./
- name: Сообщение о начале публикации превью
uses: hasura/[email protected]
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/product-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
ssh -o StrictHostKeyChecking=no [email protected]
- name: Установка модулей
run: npm ci
- name: Копирование кеша
run: cp -r ./cache/.cache ./
- name: Сборка сайта
run: |
cp .env.example .env
Expand Down

0 comments on commit 109127b

Please sign in to comment.