This website requires JavaScript.
Explore
Help
Register
Sign In
kjuulh
/
octopush
Watch
1
Star
0
Fork
0
You've already forked octopush
Code
Issues
1
Pull Requests
2
Packages
Projects
Releases
Wiki
Activity
feature/query-results
octopush
/
scripts
/
run_server.sh
8 lines
83 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
feature/gitea-integration (#10) Co-authored-by: kjuulh <contact@kjuulh.io> Reviewed-on: https://git.front.kjuulh.io/kjuulh/kraken/pulls/10
2022-09-18 00:10:44 +02:00
#!/bin/bash
set
-e
feature/docker-action (#11) Co-authored-by: kjuulh <contact@kjuulh.io> Reviewed-on: https://git.front.kjuulh.io/kjuulh/kraken/pulls/11
2022-09-18 11:51:22 +02:00
export
$(
cat .env
|
xargs
)
feature/gitea-integration (#10) Co-authored-by: kjuulh <contact@kjuulh.io> Reviewed-on: https://git.front.kjuulh.io/kjuulh/kraken/pulls/10
2022-09-18 00:10:44 +02:00
go run cmd/server/server.go start
Reference in New Issue
Copy Permalink