Skip to content

Commit

Permalink
Added additional -t option to ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbyoung committed Aug 25, 2019
1 parent 4236e45 commit 0b90916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ echo "rsync'ing to host"
rsync -aq --delete-after --rsync-path="mkdir -p $target_dir/ && rsync" "$SOURCE_DIR" $SSH_USER@$SSH_HOST:$target_dir/

echo "Creating symlinks and swapping"
ssh -t $SSH_USER@$SSH_HOST <<EOF
ssh -tt $SSH_USER@$SSH_HOST <<EOF
cp -vrf $html_dir/.env.app.php $target_dir/config/environment/.env.app.php
sudo chown -R 1000:48 $target_dir/resources
sudo chown -R 1000:48 $target_dir/tmp
Expand Down

0 comments on commit 0b90916

Please sign in to comment.