-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,9 @@ jobs: | |
with: | ||
key: ${{ secrets.HUBADMIN_KEY }} | ||
known_hosts: ${{ secrets.KNOWN_HOSTS }} | ||
if_key_exists: replace ### replace|ignore|fail; optional (defaults to fail) | ||
if_key_exists: replace ### replace|ignore|fail; optional (defaults to fail) | ||
known_hosts: unnecessary | ||
- name: dev push to stage.cmkc.hubzero.org | ||
run: | | ||
echo "test 724" | ||
echo "test 726" | ||
ssh [email protected] "date >> /var/www/stage/drbtest.txt;" |