.
This commit is contained in:
parent
c7f9614125
commit
891e5055c2
|
@ -29,7 +29,6 @@ steps:
|
||||||
image: appleboy/drone-ssh:1.6.2@sha256:b801dc2cd238c192b6e99acfa7bc3f5b9a03f312bd2feb1e10b3a7a28a1b80ea
|
image: appleboy/drone-ssh:1.6.2@sha256:b801dc2cd238c192b6e99acfa7bc3f5b9a03f312bd2feb1e10b3a7a28a1b80ea
|
||||||
settings:
|
settings:
|
||||||
envs:
|
envs:
|
||||||
- domain
|
|
||||||
- drone_tag
|
- drone_tag
|
||||||
- drone_commit
|
- drone_commit
|
||||||
- drone_build_number
|
- drone_build_number
|
||||||
|
@ -46,7 +45,7 @@ steps:
|
||||||
- gitea_mailer_passwd
|
- gitea_mailer_passwd
|
||||||
script:
|
script:
|
||||||
- rm -f env-gitea
|
- rm -f env-gitea
|
||||||
- "echo \"export DOMAIN='$${DOMAIN}'\" >> env-gitea # \"gitea-mailer-host\""
|
- echo $${DOMAIN}
|
||||||
- "echo \"export GITEA_MAILER_HOST='$${GITEA_MAILER_HOST}'\" >> env-gitea # \"gitea-mailer-host\""
|
- "echo \"export GITEA_MAILER_HOST='$${GITEA_MAILER_HOST}'\" >> env-gitea # \"gitea-mailer-host\""
|
||||||
- "echo \"export GITEA_MAILER_FROM='$${GITEA_MAILER_FROM}'\" >> env-gitea # \"gitea-mailer-from\""
|
- "echo \"export GITEA_MAILER_FROM='$${GITEA_MAILER_FROM}'\" >> env-gitea # \"gitea-mailer-from\""
|
||||||
- "echo \"export GITEA_MAILER_USER='$${GITEA_MAILER_USER}'\" >> env-gitea # \"gitea-mailer-user\""
|
- "echo \"export GITEA_MAILER_USER='$${GITEA_MAILER_USER}'\" >> env-gitea # \"gitea-mailer-user\""
|
||||||
|
|
Loading…
Reference in New Issue