Skip to content

Commit

Permalink
Fix volume name
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Aug 13, 2024
1 parent 1c1084b commit 3213616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/deploy-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ external_control_port = {{ env `NOMAD_PORT_control_port` }}
}

volume_mount {
volume = "sbws-destination-stage"
volume = "sbws-destination-dev"
destination = "/data"
read_only = true
}
Expand Down

0 comments on commit 3213616

Please sign in to comment.