This commit is contained in:
alex
2025-12-02 08:55:02 +00:00
parent 60cb4246f9
commit 6cca5f422b
+2 -2
View File
@@ -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 -