Skip to content

Try again to disable dream.as GitHub Actions #21

Try again to disable dream.as GitHub Actions

Try again to disable dream.as GitHub Actions #21

Workflow file for this run

name: docker-opam
on:
# push:
# paths:
# - 'example/z-docker-opam/**'
# - .github/workflows/docker-opam.yml
jobs:
deploy:
runs-on: ubuntu-latest
defaults:
run:
working-directory: example/z-docker-opam
steps:
- uses: actions/checkout@v2
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{secrets.DIGITALOCEAN_SSH_KEY}}
- run: echo "${{secrets.DIGITALOCEAN_DOCKER_OPAM_KNOWN_HOSTS}}" >> /home/runner/.ssh/known_hosts
- run: rsync -rlv . [email protected]:app --exclude _build --exclude _opam
- run: ssh [email protected] "cd app && bash deploy.sh"