Skip to content

Commit

Permalink
Update redeploy.sh (#4109)
Browse files Browse the repository at this point in the history
# Purpose

Please provide a high-level overview of what this pull request aims to
achieve.

# Changes Made

Please provide a detailed list of the changes made in this pull request.

1.
2.
3.

# Additional Notes

Please provide any additional notes or screenshots here.
When you make a PR, please ping us on Discourse at
https://community.sweep.dev/.
  • Loading branch information
sweep-support committed Jun 26, 2024
1 parent 34b4c37 commit ed10d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/redeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ done
echo "Found open port: $PORT"

# Start new docker container on the next available port
docker run --env-file env -p $PORT:8080 -v ./caches:/mnt/caches -d sweepai/sweep:latest
docker run --env-file .env -p $PORT:8080 -v ./caches:/mnt/caches -d sweepai/sweep:latest

# Wait until webhook is available before rerouting traffic to it
echo "Waiting for server to start..."
Expand Down

0 comments on commit ed10d50

Please sign in to comment.