We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19163b commit 6a9e9b5Copy full SHA for 6a9e9b5
1 file changed
.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49
- uses: garygrossgarten/github-action-scp@release
50
with:
51
local: './dist/packages/site'
52
- remote: '/var/www/html'
+ remote: '/usr/local/nginx/html/react-devui.com'
53
host: ${{ secrets.SSH_HOST }}
54
port: ${{ secrets.SSH_PORT }}
55
username: ${{ secrets.SSH_USER }}
0 commit comments