Skip to content

Commit

Permalink
update deploy script and site description
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmcallister committed Nov 23, 2024
1 parent 00aa642 commit c580f88
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/views/home/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<h1>Scott McAllister's Blog</h1>
<p>Here I talk about things I like. Some of the content will be about tech. Some of it will be about Magic the Gathering.</p>
<p>Here I talk about things I like. Some of the content is about tech. Some of it is about Magic the Gathering.</p>
15 changes: 9 additions & 6 deletions config/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
service: scottymcall

# Name of the container image.
image: your-user/scottymcall
image: scottmcallister/scottymcall

# Deploy to these servers.
servers:
web:
- 192.168.0.1
- ec2-98-82-9-63.compute-1.amazonaws.com
# job:
# hosts:
# - 192.168.0.1
Expand All @@ -19,13 +19,13 @@ servers:
# Note: If using Cloudflare, set encryption mode in SSL/TLS setting to "Full" to enable CF-to-app encryption.
proxy:
ssl: true
host: app.example.com
host: scottymcall.com

# Credentials for your image host.
registry:
# Specify the registry server, if you're not using Docker Hub
# server: registry.digitalocean.com / ghcr.io / ...
username: your-user
username: scottmcallister

# Always use an access token rather than real password when possible.
password:
Expand Down Expand Up @@ -88,8 +88,11 @@ builder:
# - RAILS_MASTER_KEY

# Use a different ssh user than root
# ssh:
# user: app
ssh:
user: ubuntu
keys: [
"/home/scott/.ssh/lilly.pem",
]

# Use accessory services (secrets come from .kamal/secrets).
# accessories:
Expand Down

0 comments on commit c580f88

Please sign in to comment.