Skip to content

fix: fixed the dev container not starting up fully #110

fix: fixed the dev container not starting up fully

fix: fixed the dev container not starting up fully #110

Workflow file for this run

name: Deploy to production
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
config: ${{ secrets.SSH_PROD_CONFIG }}
- run: ssh prod deploy