Skip to content

Commit

Permalink
oh
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Oct 21, 2024
1 parent 6e93403 commit c53df72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion backend/cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ var jwtSecret = []byte("your-very-secret-key")

func main() {
ctx, _ := signal.NotifyContext(context.Background(), os.Interrupt)
_ = ctx

slog.SetDefault(setUpLogging())

Expand Down
10 changes: 0 additions & 10 deletions infra-do/droplet-influx.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ resource "digitalocean_droplet" "influxdb" {
- micro
- bat
# Ubuntu and Debian
# Add the InfluxData key to verify downloads and add the repository
# Install influxdb
# From: https://docs.influxdata.com/influxdb/v2/install
runcmd:
- echo "hello from cloud-init! started! pwd is: $(pwd)" >> /root/hello.txt
Expand Down

0 comments on commit c53df72

Please sign in to comment.