diff --git a/Infrastructure/.drone.yml b/Infrastructure/.drone.yml index 6cf5ed4..fe6742d 100644 --- a/Infrastructure/.drone.yml +++ b/Infrastructure/.drone.yml @@ -23,6 +23,8 @@ steps: from_secret: BlogEndpoint GitEndpoint: from_secret: GitEndpoint + AuthEndpoint: + from_secret: AuthEndpoint commands: - curl -sL https://deb.nodesource.com/setup_12.x | bash - - apt-get install -y nodejs @@ -31,6 +33,7 @@ steps: - sed -i "s//$ConnectionString/g" output/appsettings.json - sed -i "s//$BlogEndpoint/g" output/appsettings.json - sed -i "s//$GitEndpoint/g" output/appsettings.json + - sed -i "s//$AuthEndpoint/g" output/appsettings.json - cp Infrastructure/website.service output/ - cp -r ./output/* /output - name: restart service