Skip to content

Commit

Permalink
Always use GIT_URL by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Oct 26, 2023
1 parent ae45c44 commit f3fc16a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/skiff/templates/config/deploy.yml.tt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit f3fc16a

Please sign in to comment.