Skip to content

Merge pull request #70 from AngelLozan/adminMod #89

Merge pull request #70 from AngelLozan/adminMod

Merge pull request #70 from AngelLozan/adminMod #89

Workflow file for this run

name: Build & Deploy
on:
push:
branches: [master]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy Ruby app
uses: appleboy/[email protected]
with:
host: ${{secrets.SSH_HOST}} # IP address of the server you wish to ssh into
key: ${{secrets.SSH_KEY}} # Private or public key of the server
username: ${{ secrets.SSH_USERNAME }} # User of the server you want to ssh into
script: |
mkdir test
cd test
git clone [email protected]:AngelLozan/aoj.git
echo 'Deployment successful to digital ocean'