mirror of
https://github.com/idanoo/m2.nz
synced 2025-07-01 04:42:14 +00:00
Test secret
This commit is contained in:
parent
b9ae6ba9f1
commit
bc7e2a15f8
1 changed files with 2 additions and 1 deletions
|
@ -2,9 +2,10 @@ pipeline:
|
|||
build:
|
||||
image: alpine
|
||||
commands:
|
||||
- echo $M2_TEST
|
||||
- apk update
|
||||
- apk add openssh
|
||||
- echo $M2_DEPLOY_KEY > privkey
|
||||
- ssh -i 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'
|
||||
- rm -fr privkey
|
||||
secrets: [ m2_deploy_key, m2_host ]
|
||||
secrets: [ m2_deploy_key, m2_host, m2_test ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue