Skip to content

Commit

Permalink
wip(deployment): Updating Dockerfile link in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Jan 17, 2025
1 parent d087577 commit 1d1679e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker stop libertai-agent && docker rm $_

# Deploying the new agent
unzip $ZIP_PATH -d $CODE_PATH
wget https://raw.githubusercontent.com/Libertai/libertai-agents/refs/heads/reza/deployment-instances/deployment/$2.Dockerfile -O $DOCKERFILE_PATH -q --no-cache
wget https://raw.githubusercontent.com/Libertai/libertai-agents/refs/heads/reza/instances/deployment/$2.Dockerfile -O $DOCKERFILE_PATH -q --no-cache
docker build $CODE_PATH \
-f $DOCKERFILE_PATH \
-t libertai-agent \
Expand Down

0 comments on commit 1d1679e

Please sign in to comment.