Skip to content

Commit

Permalink
basic deployments work
Browse files Browse the repository at this point in the history
  • Loading branch information
m1guelpf committed Jul 22, 2024
1 parent 73095e0 commit f02fe27
Show file tree
Hide file tree
Showing 13 changed files with 1,073 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
tmp
.env
target
.github
README.md
Dockerfile
orbit.toml
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
RUST_LOG="orbit=debug"
ORBIT_CONFIG="./orbit.toml"
GITHUB_TOKEN=""
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/target
tmp
.env
/target
orbit.toml
Loading

0 comments on commit f02fe27

Please sign in to comment.