Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
commandsrails [2025/11/09 22:55] agnescommandsrails [2025/11/09 22:56] (current) agnes
Line 6: Line 6:
   User.create!(email_address: "[email protected]", password: "password", password_confirmation: "password")   User.create!(email_address: "[email protected]", password: "password", password_confirmation: "password")
      
 +DEPLOY
 +
 +  $ git add .
 +  $ git commit -m "message"
 +  $ git push -u origin main
 +
 +  $ kamal deploy