File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,8 @@ uberspace_instances:
55 ansible_user : staghios
66 ansible_host : despina.uberspace.de
77 domain : staging.ephios.de
8- smtp_mailbox : noreply
9- smtp_host : despina.uberspace.de
10- smtp_user : noreply@staging.ephios.de
11- smtp_from : noreply@staging.ephios.de
8+ smtp_host : smtp.tem.scaleway.com
9+ smtp_from : noreply@ephios.de
1210 admin_email : Ephios Admins <admin@ephios.de>
1311 plugins :
1412 - git+https://github.com/ephios-dev/ephios-testplugin
Original file line number Diff line number Diff line change 7171 options : |
7272 --inventory ephios/.github/ci/staging-inventory.yml
7373 --extra-vars package_name="${{steps.getwheel.outputs.path}}"
74+ --extra-vars smtp_user=${{secrets.SMTP_USER}}
75+ --extra-vars smtp_password=${{secrets.SMTP_PASSWORD}}
7476 --verbose
You can’t perform that action at this time.
0 commit comments