appleboy / drone-ssh

Drone plugin for executing remote ssh commands
MIT License
251 stars 74 forks source link

chore: remove dotenv autoloading #243

Closed albertyw closed 1 year ago

albertyw commented 1 year ago

This removes autoloading .env files. It is however backwards incompatible if anyone assumes that drone-ssh will autoload their .env files but can be worked around by manually setting the env_file drone setting.

As an alternative, see #242

Fixes #239

codecov-commenter commented 1 year ago

Codecov Report

Merging #243 (ca26544) into master (1a95b5f) will not change coverage. The diff coverage is n/a.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##           master     #243   +/-   ##
=======================================
  Coverage   35.71%   35.71%           
=======================================
  Files           2        2           
  Lines         406      406           
=======================================
  Hits          145      145           
  Misses        261      261           
Impacted Files Coverage Δ
main.go 0.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

appleboy commented 1 year ago

@albertyw thanks.