fix: CI: move from&reply_to exports
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
7b20a65864
commit
74e2392419
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,6 @@ steps:
|
|||
- DATABASE_URL=postgres://postgres:password@database:5432/postgres
|
||||
- VANIKAM_email_URL=smtp://admin:password@email:10025
|
||||
- MAILDEV_URL=http://email:1080
|
||||
- VANIKAM_email_FROM="Vanikam Info <info@vanikam.app>"
|
||||
- VANIKAM_email_REPLY_TO="Vanikam Support <support@vanikam.app>"
|
||||
commands:
|
||||
# - curl -fsSL https://deb.nodesource.com/setup_16.x | bash - &&\
|
||||
# - apt update && apt-get -y --no-install-recommends install nodejs tar gpg curl wget
|
||||
|
@ -17,6 +15,8 @@ steps:
|
|||
- rustup component add rustfmt
|
||||
- rustup component add clippy
|
||||
- export VANIKAM_server_COOKIE_SECRET="8190b05e070e1e2697ef6b436f2a2271d640dbd70dccf7827b5de932eef35d2e41d3"
|
||||
- export VANIKAM_email_FROM="Vanikam Info <info@vanikam.app>"
|
||||
- export VANIKAM_email_REPLY_TO="Vanikam Support <support@vanikam.app>"
|
||||
- make db.migrate
|
||||
- make lint
|
||||
- make test
|
||||
|
|
Loading…
Reference in a new issue