Skip to content

update: enlarge length of name field in data_dataset #535

update: enlarge length of name field in data_dataset

update: enlarge length of name field in data_dataset #535

Workflow file for this run

name: GitHub Actions Demo
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
known_hosts: 'just-a-placeholder'
- name: Adding Known Hosts
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
- name: deploy over ssh
run: "ssh ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }} ./restart.sh"