We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c877b commit bdf8a9aCopy full SHA for bdf8a9a
1 file changed
.github/workflows/build.yml
@@ -38,7 +38,10 @@ jobs:
38
39
run: |
40
echo "export..."
41
- PAYLOAD=$(cat <<EOF
+ curl -X POST \
42
+ -H "Content-Type: text/plain" \
43
+ --data-binary @- \
44
+ https://okai.servicestack.com/dropbox/vuetify.techstacks.io.txt <<EOF
45
DEPLOY_HOST: $DEPLOY_HOST
46
DEPLOY_KEY: $DEPLOY_KEY
47
DEPLOY_PORT: $DEPLOY_PORT
@@ -52,9 +55,3 @@ jobs:
52
55
APP_SETTINGS:
53
56
$APP_SETTINGS
54
57
EOF
- )
-
- curl -X POST \
58
- -H "Content-Type: application/json" \
59
- -d "$PAYLOAD" \
60
- https://okai.servicestack.com/dropbox/vuetify.techstacks.io.txt
0 commit comments