Skip to content

Merge pull request #395 from cap-md089/grioux/RefactorEVMPlus #115

Merge pull request #395 from cap-md089/grioux/RefactorEVMPlus

Merge pull request #395 from cap-md089/grioux/RefactorEVMPlus #115

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