mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
removed debug command
This commit is contained in:
parent
c538cb0b2b
commit
f23fc4841c
1 changed files with 0 additions and 1 deletions
|
@ -31,6 +31,5 @@ deploy-job: # This job runs in the deploy stage.
|
|||
- chmod 700 ~/.ssh
|
||||
- eval $(ssh-agent -s)
|
||||
- echo "$DEPLOY_PRIVATE_KEY" | tr -d '\r' | ssh-add -
|
||||
- ssh-add -l
|
||||
script:
|
||||
- rsync -e "ssh -o StrictHostKeyChecking=no" -ciIlprz out/ deploy@devurandom.xyz:~/out/
|
||||
|
|
Loading…
Add table
Reference in a new issue