1
0
mirror of https://github.com/kolaente/Simple-Git-Deploy.git synced 2023-09-04 21:52:08 +00:00
Simple-Git-Deploy/form.htm

7 lines
179 B
HTML
Raw Normal View History

2017-04-29 13:16:46 +00:00
<form action="http://localhost:8080/" method="post">
<input type="hidden" name="payload" value='{
"secret":"Baum",
"ref":"feature"
}'/>
<input type="submit"/>
</form>