File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7878 - name : Kamal bootstrap
7979 run : |
8080 kamal server bootstrap
81- kamal server exec --no-interactive 'echo "${{ env.KAMAL_REGISTRY_PASSWORD }}" | docker login ghcr.io -u ${{ env.KAMAL_REGISTRY_USERNAME }} --password-stdin'
8281
8382 - name : Check if first run and execute kamal app boot if necessary
8483 run : |
9796 - name : Migration
9897 if : env.HAS_MIGRATIONS == 'true'
9998 run : |
99+ kamal server exec --no-interactive 'echo "${{ env.KAMAL_REGISTRY_PASSWORD }}" | docker login ghcr.io -u ${{ env.KAMAL_REGISTRY_USERNAME }} --password-stdin'
100100 kamal server exec --no-interactive "docker pull ghcr.io/${{ env.image_repository_name }}:latest || true"
101101 kamal app exec --no-reuse --no-interactive --version=latest "--AppTasks=migrate"
102102
You can’t perform that action at this time.
0 commit comments