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-main.yml
+5-5Lines changed: 5 additions & 5 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
@@ -142,7 +142,7 @@ jobs:
142
142
143
143
# Setup kamal for the first time
144
144
# 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
145
-
# - run: kamal setup
145
+
# - run: kamal setup
146
146
147
147
# Login to the registry on the server
148
148
- run: kamal registry login
@@ -155,7 +155,7 @@ jobs:
155
155
# Deploy the app for all other times
156
156
- run: kamal redeploy
157
157
# - run: kamal redeploy --verbose
158
-
158
+
159
159
deploy-validator:
160
160
runs-on: ubuntu-latest
161
161
environment: prd
@@ -200,7 +200,7 @@ jobs:
200
200
201
201
# Setup kamal for the first time
202
202
# 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