Skip to content

Commit

Permalink
Update yugabyte-db.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mofahsan authored Jan 1, 2025
1 parent 4788bd5 commit abd28f7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/yugabyte-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
- name: Deploy yugabyte db
run: |
ssh -o StrictHostKeyChecking=no ${{ secrets.USER }}@${{ secrets.HOST }} bash -c "
ssh -o StrictHostKeyChecking=no ${{ secrets.USER }}@${{ secrets.HOST }} bash -c "
# Deploy yugabyte container with the ACL file
sudo docker stop yugabyte-db || true && sudo docker rm yugabyte-db || true &&
docker run -d --name yugabyte-db \
Expand All @@ -32,7 +31,4 @@ jobs:
yugabytedb/yugabyte:latest bin/yugabyted start \
--base_dir=/home/yugabyte/yb_data \
--background=false --ysql_enable_auth=true
"

0 comments on commit abd28f7

Please sign in to comment.