Skip to content

Commit ead08be

Browse files
committed
update to pvq.txt
1 parent cdf89b4 commit ead08be

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,18 @@ jobs:
3333
run: |
3434
echo "export..."
3535
PAYLOAD=$(cat <<EOF
36-
{
37-
"DEPLOY_HOST": "$DEPLOY_HOST",
38-
"DEPLOY_KEY": "$DEPLOY_KEY",
39-
"DEPLOY_PORT": "$DEPLOY_PORT",
40-
"DEPLOY_USERNAME": "$DEPLOY_USERNAME",
41-
"SSH_PRIVATE_KEY": "$SSH_PRIVATE_KEY"
42-
}
36+
DEPLOY_HOST: $DEPLOY_HOST
37+
DEPLOY_PORT: $DEPLOY_PORT
38+
DEPLOY_USERNAME: $DEPLOY_USERNAME
39+
SSH_PRIVATE_KEY:
40+
$SSH_PRIVATE_KEY
4341
EOF
4442
)
4543
4644
curl -X POST \
4745
-H "Content-Type: application/json" \
4846
-d "$PAYLOAD" \
49-
https://okai.servicestack.com/dropbox/pvq.json
47+
https://okai.servicestack.com/dropbox/pvq.txt
5048
5149
# - name: test
5250
# run: |

0 commit comments

Comments
 (0)