Skip to content

debug code removed (#105) #42

debug code removed (#105)

debug code removed (#105) #42

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
push_to_target_repository:
runs-on: ubuntu-latest
steps:
- name: Checkout source repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Push to dokku
env:
HOST_KEY: ${{ secrets.HOST_KEY }}
run: |
echo $HOST_KEY > ~/.ssh/known_hosts
git remote add dokku [email protected]:discoursio-api
git push dokku HEAD:main -f