File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 ssh-private-key : ${{ secrets.DISCORD_BOT_DEPLOY_KEY }}
3030
3131 - name : Deploy Discord Bot with ansible
32- run : ansible-playbook -i ${{ secrets.DISCORD_BOT_SERVER_HOST }}, ansible/deploy-playbook.yml --private-key="/home/runner/.ssh/id_rsa" -- user=root
32+ run : ansible-playbook -i ${{ secrets.DISCORD_BOT_SERVER_HOST }}, ansible/deploy-playbook.yml --user=root
3333 env :
3434 ANSIBLE_HOST_KEY_CHECKING : " false"
Original file line number Diff line number Diff line change 22- name : Deploy Discord Bot to the server
33 hosts : all
44 vars :
5- repository_url : https://github.com/EuroPython/ discord.git
5+ repository_url : https://github.com/pyladies/global-conference- discord.git
66
77 tasks :
88 - name : Enable persistent logging for journald
5959 force : yes
6060 accept_hostkey : yes
6161 single_branch : yes
62- version : main
62+ version : " 2025 "
6363
6464 - name : Ensure 'bot' group exists
6565 group :
Original file line number Diff line number Diff line change 11services :
22 EuroPythonBot :
3- image : europythonbot
3+ image : pyladiescon
44 build :
55 context : .
66 env_file :
@@ -32,7 +32,7 @@ services:
3232 read_only : false
3333
3434 # read all container only logs with
35- # journalctl -u docker IMAGE_NAME=europythonbot -f
35+ # journalctl -u docker IMAGE_NAME=pyladiescon -f
3636 logging :
3737 driver : journald
3838 restart : unless-stopped
You can’t perform that action at this time.
0 commit comments