Skip to content

Commit af631f4

Browse files
committed
update config/deploy.yml
1 parent 63f3b64 commit af631f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Name of your application. Used to uniquely configure containers.
2-
service: my-app
2+
service: node-playground
33

44
# Name of the container image.
5-
image: my-user/my-app
5+
image: synvert-hq/node-playground
66

77
# Deploy to these servers.
88
servers:
99
web:
10-
- 192.168.0.1
10+
- node-playground.synvert.net
1111
# job:
1212
# hosts:
1313
# - 192.168.0.1
@@ -19,15 +19,15 @@ servers:
1919
# Note: If using Cloudflare, set encryption mode in SSL/TLS setting to "Full" to enable CF-to-app encryption.
2020
proxy:
2121
ssl: true
22-
host: app.example.com
22+
host: node-playground.synvert.net
2323
# Proxy connects to your container on port 80 by default.
2424
# app_port: 3000
2525

2626
# Credentials for your image host.
2727
registry:
2828
# Specify the registry server, if you're not using Docker Hub
29-
# server: registry.digitalocean.com / ghcr.io / ...
30-
username: my-user
29+
server: ghcr.io
30+
username: flyerhzm
3131

3232
# Always use an access token rather than real password (pulled from .kamal/secrets).
3333
password:

0 commit comments

Comments
 (0)