summaryrefslogtreecommitdiff
path: root/.gitea/deploy.awk
diff options
context:
space:
mode:
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)
+}