fix: correct variable
This commit is contained in:
parent
10733993a1
commit
9bc67537dd
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
if: steps.read_toml.outputs.value == 'development'
|
||||
run: |
|
||||
echo "Running steps for Development Environment"
|
||||
echo "user: $SSH_USER host: $DEV_HOST path: $DEV_PATH"
|
||||
echo "user: $DEV_USER host: $DEV_HOST path: $DEV_PATH"
|
||||
rsync -avz ./public/ $DEV_USER@$DEV_HOST:$DEV_PATH
|
||||
env:
|
||||
RSYNC_RSH: 'ssh -p ${{ secrets.SSH_PORT }} -o StrictHostKeyChecking=no'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue