mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-17 06:03:20 +00:00
try to copy contents to the build server
This commit is contained in:
parent
0d7712a3b9
commit
9d743d6148
|
@ -7,7 +7,8 @@ steps:
|
|||
commands:
|
||||
- eval `ssh-agent -s`
|
||||
- echo "$SSH_PRIVATE_KEY" | ssh-add -
|
||||
- ssh isolated echo hello
|
||||
- scp -r `pwd`/. isolated:/var/lib/builder/
|
||||
- ssh isolated flutter doctor
|
||||
environment:
|
||||
SSH_PRIVATE_KEY:
|
||||
from_secret: SSH_PRIVATE_KEY
|
||||
|
|
Loading…
Reference in a new issue