diff --git a/.drone.yml b/.drone.yml index 17d6921..7ba6c9e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,20 +12,16 @@ steps: # commands: # # - "npm run build" # - "npm test -- --watchAll=false" - - name: deploy-stage - image: appleboy/drone-ssh + - name: deploy + image: drillster/drone-rsync settings: - host: - from_secret: stage_server - username: + hosts: ["carrasco.dev"] + target: ~/test-app + user: from_secret: ssh_user key: from_secret: ssh_key - command_timeout: 2m script: - - cd test-app - - git pull - - ls -la - docker-compose restart # - name: notify # image: curlimages/curl:7.80.0