Skip to content

Merge branch 'main' of https://github.com/tmitchell1234/JJTLPContacts #28

Merge branch 'main' of https://github.com/tmitchell1234/JJTLPContacts

Merge branch 'main' of https://github.com/tmitchell1234/JJTLPContacts #28

Workflow file for this run

name: Build & Deploy
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy ForestFolio
uses: appleboy/[email protected]
with:
host: ${{secrets.SSH_HOST}}
key: ${{secrets.SSH_KEY}}
username: ${{secrets.SSH_USERNAME}}
script:
mkdir test
cd test
git clone [email protected]:https://github.com/tmitchell1234/JJTLPContacts.git
echo 'DEPLOYED FOREST FOLIO'