Skip to content

Commit

Permalink
feat: Update welcome script
Browse files Browse the repository at this point in the history
  • Loading branch information
Terre8055 committed Oct 20, 2024
1 parent 1874a9a commit 079a908
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}
aws-region: eu-west-1
instance-ids: ${{ steps.get_instances.outputs.instance_ids }}
working-directory: /home/ec2-user
comment: "Running docker commands"
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
- name: Remove env file from s3
if: always()
run: aws s3 rm s3://elcam-configdonotremove/.env.llm
run: aws s3 rm s3://${{ env.S3_BUCKET }}/.env


create-release:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
susdb:
image: 590183661216.dkr.ecr.us-east-1.amazonaws.com/susdb:latest
image: 590183661216.dkr.ecr.eu-west-1.amazonaws.com/susdb:latest
container_name: susdb
ports:
- 8000:8000
Expand Down
2 changes: 1 addition & 1 deletion welcome_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ EOF

# Start the Flask server
echo "Starting SusDB server..."
python3 src/susdb_server.py &
python3 /app/src/susdb_server.py &

# Wait for the server to start
sleep 2
Expand Down

0 comments on commit 079a908

Please sign in to comment.