Skip to content

Commit

Permalink
Update digitalocean-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
3xjn authored Oct 14, 2024
1 parent 5bbbaef commit 6c30af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/digitalocean-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo "Running Docker container..."
sudo docker run -d --name my-container \
-p 443:443 -p 80:80 \
-v /etc/letsencrypt/live/example.com/:/app/certs/:ro \
-v /etc/letsencrypt/live/3xjn.dev/:/app/certs/:ro \
-v /var/www/html/.well-known/:/app/wwwroot/.well-known/ \
--env MONGO__ConnectionString="${{ secrets.MONGO_CONNECTION_STRING }}" \
--env MONGO__DatabaseName="${{ secrets.MONGO_DATABASE_NAME }}" \
Expand Down

0 comments on commit 6c30af7

Please sign in to comment.