Skip to content

Commit

Permalink
Update dev-push.yml
Browse files Browse the repository at this point in the history
cicd for cmkc staging server
  • Loading branch information
dbenham authored Oct 2, 2024
1 parent f1f8b25 commit ed95ee5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev-push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: update-nanohubdev-on-push
name: update-code-push
on: [push]
jobs:
push-step-1:
Expand All @@ -7,8 +7,8 @@ jobs:
- name: Install SSH Key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
key: ${{ secrets.HUBADMIN_KEY }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}
- name: test cmd exec on dev.nanohub.org
- name: test cmd exec on stage.cmkc.hubzero.org
run: echo "test"
# run: ssh [email protected].org "date >> /var/www/dev/drbtest.txt;"
run: ssh -i ~/.ssh/github-workflow-hubadmin-key [email protected].org "date >> /var/www/dev/drbtest.txt;"

0 comments on commit ed95ee5

Please sign in to comment.