mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
fixed paths
This commit is contained in:
parent
dbce498e89
commit
8a2c8402cd
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ deploy-job: # This job runs in the deploy stage.
|
||||||
- chmod 700 ~/.ssh
|
- chmod 700 ~/.ssh
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
- echo "$DEPLOY_PRIVATE_KEY" | tr -d '\r' | ssh-add -
|
- echo "$DEPLOY_PRIVATE_KEY" | tr -d '\r' | ssh-add -
|
||||||
- echo "$DEPLOY_KNOWN_HOSTS" > .ssh/known_hosts
|
- echo "$DEPLOY_KNOWN_HOSTS" > ~/.ssh/known_hosts
|
||||||
- chmod 0600 .ssh/known_hosts
|
- chmod 0600 ~/.ssh/known_hosts
|
||||||
- ssh-add -l
|
- ssh-add -l
|
||||||
script:
|
script:
|
||||||
- rsync -ciIlprz out/ deploy@devurandom.xyz:~/out/
|
- rsync -ciIlprz out/ deploy@devurandom.xyz:~/out/
|
||||||
|
|
Loading…
Add table
Reference in a new issue