workflow_test #1

Merged
polsevev merged 11 commits from workflow_test into master 2024-10-26 10:30:33 +00:00
Showing only changes of commit 354c45a260 - Show all commits

View file

@ -6,6 +6,6 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: npm i - run: npm i
- run: npm run build - run: npm run build
- run: ssh-keyscan polsevev >> /root/.ssh/known_hosts - run: ssh-keyscan polsevev >> ~/.ssh/known_hosts
- run: /bin/rsync -avzh ./dist ansible@polsevev:/var/www/polsevev/ - run: /bin/rsync -avzh ./dist ansible@polsevev:/var/www/polsevev/