mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-01 05:27:18 -04:00
oops
This commit is contained in:
@@ -27,11 +27,11 @@ jobs:
|
||||
- run: pnpm run lint
|
||||
- run: pnpm test
|
||||
- name: Build
|
||||
if: forgejo.event_name != 'push' && 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 != 'push' && 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