Skip to content

lol need dockerfile

lol need dockerfile #3

Workflow file for this run

name: Deploy
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: what-prompt ssh deploy
uses: fifsky/ssh-action@master
with:
command: |
cd what-prompt
GIT_SSH_COMMAND='ssh -i /home/matt/.ssh/id_rsa -o IdentitiesOnly=yes' git pull
make run
host: ${{ secrets.HOST }}
user: matt
key: ${{ secrets.PRIVATE_KEY }}
args: "-tt -vvv"