You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/deploy-staging.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ jobs:
68
68
69
69
# Setup kamal for the first time
70
70
# Might need to run `sudo usermod -aG docker $USER | newgrp docker | docker ps` to add the user to the docker group if the user is not already in the docker group
71
-
# - run: kamal setup
71
+
# - run: kamal setup
72
72
73
73
# Login to the registry on the server
74
74
- run: kamal registry login
@@ -138,7 +138,7 @@ jobs:
138
138
139
139
# Setup kamal for the first time
140
140
# Might need to run `sudo usermod -aG docker $USER | newgrp docker | docker ps` to add the user to the docker group if the user is not already in the docker group
141
-
# - run: kamal setup
141
+
# - run: kamal setup
142
142
143
143
# Login to the registry on the server
144
144
- run: kamal registry login
@@ -196,7 +196,7 @@ jobs:
196
196
197
197
# Setup kamal for the first time
198
198
# Might need to run `sudo usermod -aG docker $USER | newgrp docker | docker ps` to add the user to the docker group if the user is not already in the docker group
0 commit comments