task: add log
This commit is contained in:
parent
ffdd01e3a3
commit
c5541878ff
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Deploy to Development
|
||||
run: |
|
||||
echo "Running steps for Development Environment"
|
||||
echo "host: $SSH_HOST path: $DEPLOY_PATH"
|
||||
echo "user: $SSH_USER host: $SSH_HOST path: $DEPLOY_PATH"
|
||||
rsync -avz ./public/ $SSH_USER@$SSH_HOST:$DEPLOY_PATH
|
||||
env:
|
||||
RSYNC_RSH: 'ssh -p ${{ secrets.SSH_PORT }} -o StrictHostKeyChecking=no'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue