graphql-spice/.gitea/deploy.awk
Eugen Wissner ce5fa260f4
All checks were successful
Build / audit (push) Successful in 6s
Build / test (push) Successful in 7m23s
Build / doc (push) Successful in 7m22s
Build only after pushing to a branch
2024-07-26 09:30:38 +02:00

4 lines
96 B
Awk

END {
system("cabal upload --username belka --password "ENVIRON["HACKAGE_PASSWORD"]" "$0)
}