Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
img-manager
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Lan
img-manager
Commits
31086d65
Commit
31086d65
authored
Mar 11, 2025
by
Ivan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix; fix kamal console
parent
657a0f44
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
deploy.yml
config/deploy.yml
+3
-3
No files found.
config/deploy.yml
View file @
31086d65
...
@@ -93,12 +93,12 @@ env:
...
@@ -93,12 +93,12 @@ env:
# Aliases are triggered with "bin/kamal <alias>". You can overwrite arguments on invocation:
# Aliases are triggered with "bin/kamal <alias>". You can overwrite arguments on invocation:
# "bin/kamal logs -r job" will tail logs from the first server in the job section.
# "bin/kamal logs -r job" will tail logs from the first server in the job section.
aliases
:
aliases
:
console
:
app exec --interactive --reuse "bin/rails console"
console
:
app exec --interactive --reuse "
/rails/code/
bin/rails console"
shell
:
app exec --interactive --reuse "bash"
shell
:
app exec --interactive --reuse "bash"
logs
:
app logs -f
logs
:
app logs -f
dbc
:
app exec --interactive --reuse "bin/rails dbconsole"
dbc
:
app exec --interactive --reuse "
/rails/code/
bin/rails dbconsole"
assets
:
app exec --interactive --reuse "bundle exec vite build"
assets
:
app exec --interactive --reuse "bundle exec vite build"
migrate
:
app exec --interactive --reuse "bin/rails db:migrate"
migrate
:
app exec --interactive --reuse "
/rails/code/
bin/rails db:migrate"
# Use persistent storage volumes for external storage of code, files, and database
# Use persistent storage volumes for external storage of code, files, and database
# These volumes will be mounted to the container and persist between deployments
# These volumes will be mounted to the container and persist between deployments
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment