Skip to content

Optimize the code for accessing ORCID and organization id in JSON+LD #52

Optimize the code for accessing ORCID and organization id in JSON+LD

Optimize the code for accessing ORCID and organization id in JSON+LD #52

Workflow file for this run

name: update-nanohubdev-on-push
on: [push]
jobs:
push-step-1:
runs-on: self-hosted
steps:
- name: Install SSH Key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}
- name: test cmd exec on dev.nanohub.org
run: echo "test"
# run: ssh [email protected] "date >> /var/www/dev/drbtest.txt;"