diff --git a/Makefile b/Makefile index d9233d0..053af44 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ deploy-steamdeck: ## Deploy plugin build to steamdeck @echo "+ $@" @ssh $(DECK_USER)@$(DECK_HOST) -p $(DECK_PORT) -i $(DECK_KEY) \ 'chmod -v 755 $(DECK_HOME)/homebrew/plugins/ && mkdir -p $(DECK_HOME)/homebrew/plugins/$(PLUGIN_FOLDER)' - @rsync -azp --delete --progress -e "ssh -i $(DECK_KEY)" \ + @rsync -azp --delete --progress -e "ssh -p $(DECK_PORT) -i $(DECK_KEY)" \ --chmod=Du=rwx,Dg=rx,Do=rx,Fu=rwx,Fg=rx,Fo=rx \ --exclude='.git/' \ --exclude='.github/' \