Skip to content

fix: SSH host key checking #2

fix: SSH host key checking

fix: SSH host key checking #2

Workflow file for this run

name: deploy-dev
on:
push:
branches:
- main
concurrency: deploy-dev
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup SSH Key
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Deploy to dev
run: make push
env:
ENV: dev