mirror of
https://github.com/idanoo/m2.nz
synced 2025-07-22 04:39:11 +00:00
Add open ssh
This commit is contained in:
parent
bb2aa967ef
commit
e675dffe06
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pipeline:
|
|||
image: alpine
|
||||
commands:
|
||||
- apk update
|
||||
- apk add ssh
|
||||
- apk add openssh
|
||||
- ssh-keygen -R $M2_HOST
|
||||
- echo $M2_DEPLOY_KEY > /root/.ssh/privkey
|
||||
- ssh -i /root/.ssh/privkey root@M2_HOST 'cd /var/www/m2.nz && git pull && chown www-data:users -R /var/www/m2.nz && sudo systemctl reload nginx.service'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue