-
Notifications
You must be signed in to change notification settings - Fork 0
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
M Haine
committed
Jan 28, 2025
1 parent
1eec653
commit 286b6b3
Showing
1 changed file
with
15 additions
and
12 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 |
---|---|---|
|
@@ -44,18 +44,21 @@ jobs: | |
cd ../to-publish | ||
ls -l | ||
# - name: list remote /specs via ssh | ||
# uses: appleboy/[email protected] | ||
# with: | ||
# host: ${{ secrets.OIDF_SPECS_HOST }} | ||
# username: ${{ secrets.OIDF_USERID }} | ||
# key: ${{ secrets.OIDF_USERID_KEY }} | ||
# port: ${{ secrets.OIDF_SPECS_PORT }} | ||
# script: | | ||
# pwd | ||
## whoami | ||
# ls | ||
# ls /var/www/openid.net/htdocs/specs/ | ||
- name: list remote /specs via ssh | ||
uses: appleboy/[email protected] | ||
with: | ||
host: ${{ secrets.OIDF_SPECS_HOST }} | ||
username: ${{ secrets.OIDF_USERID }} | ||
key: ${{ secrets.OIDF_USERID_KEY }} | ||
port: ${{ secrets.OIDF_SPECS_PORT }} | ||
script: | | ||
pwd | ||
whoami | ||
ls | ||
ls /var/www/openid.net/htdocs/specs/ | ||
cd /var/www/openid.net/publication | ||
git status | ||
git pull | ||
# - name: Copy OpenID publication to Web Server | ||
# uses: appleboy/[email protected] | ||
|