Skip to content

Test cicd

Test cicd #24

Workflow file for this run

name:
Deploy to Dev
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Setup SSH Key
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_KEY }}
- name: SSH into Hozer
run: |
ssh [email protected] "cd /berkeleytime"