Skip to content

Test cicd

Test cicd #9

Workflow file for this run

name:
Deploy to Dev
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Run SSH command
run: |
ssh -i ${{ secrets.SSH_KEY }} [email protected] "echo test"