Skip to content

Try again to disable dream.as GitHub Actions #57

Try again to disable dream.as GitHub Actions

Try again to disable dream.as GitHub Actions #57

Workflow file for this run

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