Skip to content

Try again

Try again #8

Workflow file for this run

name: Deploy Inscrompt landing page
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to server
uses: appleboy/[email protected]
with:
host: ${{ secrets.FIDDLE_IP }}
username: inscrompt
key: ${{ secrets.SSH_INSCROMPT_PRIVATE }}
script: |
cd ~/htdocs/inscrompt.com && git pull && pnpm install && pnpm build