Parcourir la source

CI: Verbose copy

Alessandro Pignotti il y a 9 mois
Parent
commit
ecbea46e41
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -31,7 +31,7 @@ jobs:
       - run:
           name: Deploy webvm
           command: |
-            scp -rP $SSH_PORT webvm/build/* leaningtech@${SSH_HOST}:/srv/web/webvm_next/
+            scp -rPv $SSH_PORT webvm/build/* leaningtech@${SSH_HOST}:/srv/web/webvm_next/
 
 workflows:
   deploy: