Skip to content

Commit

Permalink
fix chown
Browse files Browse the repository at this point in the history
  • Loading branch information
khanzadimahdi committed Jan 3, 2025
1 parent d3bc4ca commit 72c3026
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/infrastructure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ jobs:
sudo mkdir -p $VOLUME_PATH/mongodb/db
sudo mkdir -p $VOLUME_PATH/mongodb/configdb
sudo mkdir -p $VOLUME_PATH/nats
sudo chown -R ${{ secrets.EC2_SSH_USER }}:${{ secrets.EC2_SSH_USER }} $VOLUME_PATH/*
EOF
# Copy files
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/compose.nats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
delay: 5s
max_attempts: 3
volumes:
- ${VOLUME_PATH}/nats:/jetstream
- ${VOLUME_PATH}/nats:/data
command: ["--jetstream", "--http_port", "8222", "--port", "4222", "--store_dir", "/data"]

networks:
Expand Down

0 comments on commit 72c3026

Please sign in to comment.