aboutsummaryrefslogtreecommitdiff
path: root/.gitea/deploy.awk
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-07-25 12:35:28 +0200
committerEugen Wissner <belka@caraus.de>2024-07-25 12:35:28 +0200
commit9b11300d23638f257543f90406b7ade6fd5118cb (patch)
tree99e280f97ca021ca294c7d82072c412edda114b2 /.gitea/deploy.awk
parent1c4584abddf9a235a09a3f02d33e693d26d47125 (diff)
downloadgraphql-9b11300d23638f257543f90406b7ade6fd5118cb.tar.gz
Pass sdist output to the upload command
Diffstat (limited to '.gitea/deploy.awk')
-rw-r--r--.gitea/deploy.awk3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitea/deploy.awk b/.gitea/deploy.awk
new file mode 100644
index 0000000..ed542f0
--- /dev/null
+++ b/.gitea/deploy.awk
@@ -0,0 +1,3 @@
+END {
+ system("cabal upload --username belka --password "ENVIRON["HACKAGE_PASSWORD"]" "$0)
+}