Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav232004 committed Mar 7, 2024
1 parent d5c817e commit defe731
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ jobs:
sudo snap install --classic certbot &&
sudo ln -s /snap/bin/certbot /usr/bin/certbot;
fi &&
echo -e "${{secrets.EMAIL}}" | sudo certbot --nginx --non-interactive --agree-tos --email "${{secrets.EMAIL}}" &&
echo -e '\n' | echo -e ${{secrets.EMAIL}} | sudo certbot --nginx &&
echo 'Y' &&
sudo systemctl restart nginx
"
Expand Down

0 comments on commit defe731

Please sign in to comment.