We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f227538 commit f3f4c75Copy full SHA for f3f4c75
.github/workflows/release.yml
@@ -102,5 +102,6 @@ jobs:
102
103
- name: Deploy with Kamal
104
run: |
105
+ kamal server exec --no-interactive 'echo "${{ env.KAMAL_REGISTRY_PASSWORD }}" | docker login ghcr.io -u ${{ env.KAMAL_REGISTRY_USERNAME }} --password-stdin'
106
kamal lock release -v
107
kamal deploy -P --version latest
0 commit comments