We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45ccab commit 6f3cffbCopy full SHA for 6f3cffb
1 file changed
.github/workflows/prod.yml
@@ -37,8 +37,9 @@ jobs:
37
env:
38
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
39
# ARGS: "-rltgoDzvO --delete"
40
+ SOURCE: 'dist/'
41
REMOTE_HOST: 145.79.3.173
42
REMOTE_USER: u965251139
43
REMOTE_PORT: "65002"
44
TARGET: domains/berrydashboard.com/public_html/angular/free
- EXCLUDE: '/node_modules/'
45
+ EXCLUDE: '/node_modules/'
0 commit comments