Skip to content

Commit 4897cfb

Browse files
committed
chore : update project name changed
1 parent 779be8d commit 4897cfb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Add your own tasks in files placed in lib/tasks ending in .rake,
22
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
33

4+
# 기본적으로 "Rails" 관련 명령을 지정하는 파일 (rake 관련, database 관련, ...)
5+
46
require_relative "config/application"
57

68
Rails.application.load_tasks

config/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Name of your application. Used to uniquely configure containers.
2-
service: airbnb
2+
service: practice-rails
33

44
# Name of the container image.
5-
image: your-user/airbnb
5+
image: your-user/practice-rails
66

77
# Deploy to these servers.
88
servers:
@@ -47,7 +47,7 @@ env:
4747
# WEB_CONCURRENCY: 2
4848

4949
# Match this to any external database server to configure Active Record correctly
50-
# Use airbnb-db for a db accessory server on same machine via local kamal docker network.
50+
# Use practice-rails-db for a db accessory server on same machine via local kamal docker network.
5151
# DB_HOST: 192.168.0.2
5252

5353
# Log everything from Rails

0 commit comments

Comments
 (0)