Skip to content

Commit

Permalink
Корректирует конфигурацию деплоя
Browse files Browse the repository at this point in the history
  • Loading branch information
igsekor committed Oct 11, 2023
1 parent 2155eb6 commit a448e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/product-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- master

jobs:
product-deploy:
Expand All @@ -22,4 +22,4 @@ jobs:
- name: Развёртывание приложения
run: |
ssh-keyscan -H birthday.doka.guide >> ~/.ssh/known_hosts
rsync --archive --progress --compress --delete . birthday.doka.guide:/web/sites/birthday.doka.guide/www/2023
rsync --archive --progress --compress --delete . deploy@birthday.doka.guide:/web/sites/birthday.doka.guide/www/2023

0 comments on commit a448e18

Please sign in to comment.