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 c76af76 commit f7f34a3Copy full SHA for f7f34a3
.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