Skip to content

Commit

Permalink
update oidf-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
M Haine committed Jan 28, 2025
1 parent 1eec653 commit 286b6b3
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .github/workflows/oidf-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 286b6b3

Please sign in to comment.