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 50a52ec commit 6ddf339
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
- name: Migration
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 app exec --no-reuse --no-interactive --version=latest "--AppTasks=migrate"
Expand Down

0 comments on commit 6ddf339

Please sign in to comment.