mirror of
https://github.com/idanoo/m2.nz
synced 2025-07-01 12:52:14 +00:00
Test alpine
This commit is contained in:
parent
4d6223fd8a
commit
bb2aa967ef
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: bash
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "Deploying new version"
|
||||
- apk update
|
||||
- apk add ssh
|
||||
- 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