Добавлен workflow для деплоя
Some checks are pending
Deploy to server / deploy (push) Waiting to run
Some checks are pending
Deploy to server / deploy (push) Waiting to run
This commit is contained in:
parent
6d642408e5
commit
e29f290c85
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/deploy.yml
Normal file
10
.forgejo/workflows/deploy.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
name: Deploy to server
|
||||
on: [push]
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Deploy site
|
||||
run: |
|
||||
echo "Деплой сайта на сервер..."
|
||||
scp -r ./* user@84.22.132.42:~/cicdbot/www/
|
||||
Loading…
Add table
Add a link
Reference in a new issue