Skip to content

Commit

Permalink
пробую сохранить изменения на пулле
Browse files Browse the repository at this point in the history
т.к. среди изменений есть файл персистенси
  • Loading branch information
abesmon committed Sep 11, 2024
1 parent 9dce3bd commit 42902ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ jobs:
with:
fetch-depth: 0

- name: Stash local changes
run: git stash

- name: Pull latest changes
run: git pull origin master

- name: Apply stashed changes
run: git stash pop

- name: Restart Docker Compose
env:
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
Expand Down

0 comments on commit 42902ca

Please sign in to comment.