There was an error while loading. Please reload this page.
1 parent a7a41ae commit c81dd90Copy full SHA for c81dd90
1 file changed
.github/workflows/image.yml
@@ -45,3 +45,13 @@ jobs:
45
cache-to: type=gha,mode=max
46
tags: ${{ steps.meta.outputs.tags }}
47
labels: ${{ steps.meta.outputs.labels }}
48
+
49
+ deploy:
50
+ if: github.repository_owner == 'lichess-org' && github.ref_name == github.event.repository.default_branch
51
+ needs: build
52
+ runs-on: ubuntu-latest
53
+ steps:
54
+ - name: deploy
55
+ env:
56
+ DEPLOY_WEBHOOK_URL: ${{ secrets.DEPLOY_WEBHOOK_URL }}
57
+ run: curl -X POST $DEPLOY_WEBHOOK_URL
0 commit comments