mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
try to simplify
This commit is contained in:
@@ -27,11 +27,11 @@ jobs:
|
||||
- run: pnpm run lint
|
||||
- run: pnpm test
|
||||
- name: Build
|
||||
if: ${{ (forgejo.event_name != 'pull_request') && (forgejo.ref == 'refs/heads/main') }}
|
||||
if: forgejo.event_name != 'push' && forgejo.ref == 'refs/heads/main'
|
||||
run: pnpm build
|
||||
- name: Warm deploy
|
||||
# automatically deploy to warm on pushes to main
|
||||
if: ${{ (forgejo.event_name != 'pull_request') && (forgejo.ref == 'refs/heads/main') }}
|
||||
if: forgejo.event_name != 'push' && forgejo.ref == 'refs/heads/main'
|
||||
run: |
|
||||
eval $(ssh-agent -s)
|
||||
echo "$SSH_PRIVATE_KEY" | ssh-add -
|
||||
|
||||
Reference in New Issue
Block a user