@@ -271,27 +271,27 @@ jobs:
271271 # path: xvfb_log.txt
272272 # retention-days: 30
273273
274- night_macos :
275- needs : [webapp-macos]
276- runs-on : ubuntu-22.04
277- steps :
278- - name : Checkout mac os code
279- uses : actions/checkout@v5
280- - name : Download artifact
281- uses : actions/download-artifact@v4
282- with :
283- name : macos-dist
284- path : Kappapp.app.zip
285- - name : Vérifier que les fichiers sont là
286- run : ls -l /home/runner/work/KappaTools/KappaTools/
287- - name : Update macos nightly release
288- uses : pyTooling/Actions/releaser@r0
289- with :
290- tag : nightly
291- rm : true
292- token : ${{ secrets.GITHUB_TOKEN }}
293- files : |
294- /home/runner/work/KappaTools/KappaTools/Kappapp.app.zip
274+ # night_macos:
275+ # needs: [webapp-macos]
276+ # runs-on: ubuntu-22.04
277+ # steps:
278+ # - name: Checkout mac os code
279+ # uses: actions/checkout@v5
280+ # - name: Download artifact
281+ # uses: actions/download-artifact@v4
282+ # with:
283+ # name: macos-dist
284+ # path: Kappapp.app.zip
285+ # - name: Vérifier que les fichiers sont là
286+ # run: ls -l /home/runner/work/KappaTools/KappaTools/
287+ # - name: Update macos nightly release
288+ # uses: pyTooling/Actions/releaser@r0
289+ # with:
290+ # tag: nightly
291+ # rm: true
292+ # token: ${{ secrets.GITHUB_TOKEN }}
293+ # files: |
294+ # /home/runner/work/KappaTools/KappaTools/Kappapp.app.zip
295295
296296
297297 # night_macos_bis:
@@ -339,27 +339,27 @@ jobs:
339339 # /home/runner/work/KappaTools/KappaTools/KappappWin.zip
340340
341341
342- deploy :
343- needs : [cli-and-doc, webapp-ubuntu, webapp-macos, webapp-windows]
344- if : github.ref == 'refs/heads/master'
345- runs-on : ubuntu-22.04
346- strategy :
347- matrix :
348- deploy-name : [doc, online-ui, linux, macos, windows]
349- steps :
350- - name : Checkout
351- uses : actions/checkout@v5
352- - name : Download artifact
353- uses : actions/download-artifact@v4
354- with :
355- name : ${{matrix.deploy-name}}
356- - name : Install SSH Key
357- uses : shimataro/ssh-key-action@v2
358- with :
359- key : ${{ secrets.DEPLOY_KEY }}
360- known_hosts : api.kappalanguage.org ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJooIEJd6sgRL5JUKGqh9zB3Xla1MchqR8IWl7Nh9ahm9Ji6IwV9QSKG9YQEIHdJWxBk4UzbfRWGkDK9q1GggyM=
361- - name : Run deploy script
362- run : dev/deploy-to-website.sh ${{matrix.deploy-name}}
342+ # deploy:
343+ # needs: [cli-and-doc, webapp-ubuntu, webapp-macos, webapp-windows]
344+ # if: github.ref == 'refs/heads/master'
345+ # runs-on: ubuntu-22.04
346+ # strategy:
347+ # matrix:
348+ # deploy-name: [doc, online-ui, linux, macos, windows]
349+ # steps:
350+ # - name: Checkout
351+ # uses: actions/checkout@v5
352+ # - name: Download artifact
353+ # uses: actions/download-artifact@v4
354+ # with:
355+ # name: ${{matrix.deploy-name}}
356+ # - name: Install SSH Key
357+ # uses: shimataro/ssh-key-action@v2
358+ # with:
359+ # key: ${{ secrets.DEPLOY_KEY }}
360+ # known_hosts: api.kappalanguage.org ecdsa-sha2-nistp256 # AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJooIEJd6sgRL5JUKGqh9zB3Xla1MchqR8IWl7Nh9ahm9Ji6IwV9QSKG9YQEIHdJWxBk4UzbfRWGkDK9q1GggyM=
361+ # - name: Run deploy script
362+ # run: dev/deploy-to-website.sh ${{matrix.deploy-name}}
363363# TODO: see if add cache
364364# # from https://github.com/hazelgrove/hazel/blob/868f673119827a35ec67fad5e7e0d5135ce91d4c/.github/workflows/deploy_branches.yml#L19-L29
365365# - name: Retrieve the switch environment if cached
0 commit comments