Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric authored Nov 27, 2024
1 parent 6ddf339 commit 18ced38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
if: env.HAS_MIGRATIONS == 'true'
run: |
echo "${{ env.KAMAL_REGISTRY_PASSWORD }}" | kamal server exec --no-interactive docker login ghcr.io -u ${{ env.KAMAL_REGISTRY_USERNAME }} --password-stdin
kamal server exec --no-interactive docker pull ghcr.io/${{ env.image_repository_name }}:latest || true
kamal server exec --no-interactive "docker pull ghcr.io/${{ env.image_repository_name }}:latest || true"
kamal app exec --no-reuse --no-interactive --version=latest "--AppTasks=migrate"
- name: Deploy with Kamal
Expand Down

0 comments on commit 18ced38

Please sign in to comment.