Skip to content

Commit 7f495a9

Browse files
committed
insert smtp credentials into staging deploy
1 parent 65caaa0 commit 7f495a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/ci/staging-inventory.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/staging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,6 @@ jobs:
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

0 commit comments

Comments
 (0)