diff --git a/lib/skiff/templates/config/deploy.yml.tt b/lib/skiff/templates/config/deploy.yml.tt index 629099e..189b237 100644 --- a/lib/skiff/templates/config/deploy.yml.tt +++ b/lib/skiff/templates/config/deploy.yml.tt @@ -8,6 +8,12 @@ image: <%= @user_name %>/<%= @site_name %> servers: - 192.168.0.1 +# Use GIT_URL from env to auto-update site via git pulls. +# Remember to run `kamal env push` after making changes! +env: + secret: + - GIT_URL + # Credentials for your image host. registry: # Specify the registry server, if you're not using Docker Hub @@ -22,12 +28,6 @@ registry: healthcheck: port: 80 -# Use GIT_URL from env if you want to auto-update site via git pulls. -# Remember to run `kamal env push` after making changes! -# env: -# secret: -# - GIT_URL - # Use a different ssh user than root # ssh: # user: app