no-restart when setting NGINX_ROOT
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
Dovi Cowan 2023-02-21 03:09:36 +00:00
parent ccf613b760
commit 1149fda51a
Signed by: dcowan
GPG key ID: C110D77558FBC227

View file

@ -59,7 +59,7 @@ steps:
- set +e
- ssh dokku dokku apps:exists $DOKKU_APP_NAME
- if [ $? -eq 0 ]; then ssh dokku dokku apps:create $DOKKU_APP_NAME; else echo "App already exists"; fi
- ssh dokku dokku config:set $DOKKU_APP_NAME NGINX_ROOT=dist
- ssh dokku dokku config:set $DOKKU_APP_NAME NGINX_ROOT=dist --no-restart
- name: push-to-dokku
image: bitnami/git:2.39.2
volumes: