Skip to content

Commit

Permalink
Update sftp config
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Jul 22, 2024
1 parent bc647a6 commit cd3fa36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
username: webstage
server: web.ivoa.net
port: ${{ secrets.SFTP_PORT }}
key: ${{ secrets.STAGE_ID }}
uploads: |
./public/ => ./ivoa-web-stage/
1 change: 1 addition & 0 deletions .github/workflows/deploy_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
username: webstage
server: web.ivoa.net
port: ${{ secrets.SFTP_PORT }}
key: ${{ secrets.STAGE_ID }}
uploads: |
./public/ => ./ivoa-web-stage/v/${{ env.BRANCH_NAME }}

0 comments on commit cd3fa36

Please sign in to comment.