Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
volkerdoerr authored Oct 19, 2023
1 parent cec9c97 commit 8e75acb
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,25 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Convert polarion files
run: gh release download wip --pattern 'gpc'
- run: chmod +x gpc
- run: ./gpc ./input/filelist.txt ./output
- run: rm gpc
- name: Deploy to gemspec.online
uses: wlixcc/[email protected]
with:
server: ${{ secrets.GEMSPEC_ONLINE_SFTP_SERVER }}
port: ${{ secrets.GEMSPEC_ONLINE_SFTP_PORT }}
username: ${{ secrets.GEMSPEC_ONLINE_SFTP_USERNAME }}
password: ${{ secrets.GEMSPEC_ONLINE_SFTP_PASSWORD }}
local_path: './output/*'
remote_path: '/output/'
sftp_only: true
# delete_remote_files: true

- run sshpass

#- name: Convert polarion files
# run: gh release download wip --pattern 'gpc'
#- run: chmod +x gpc
#- run: ./gpc ./input/filelist.txt ./output
#- run: rm gpc
#- name: Deploy to gemspec.online
# uses: wlixcc/[email protected]
# with:
# server: ${{ secrets.GEMSPEC_ONLINE_SFTP_SERVER }}
# port: ${{ secrets.GEMSPEC_ONLINE_SFTP_PORT }}
# username: ${{ secrets.GEMSPEC_ONLINE_SFTP_USERNAME }}
# password: ${{ secrets.GEMSPEC_ONLINE_SFTP_PASSWORD }}
# local_path: './output/*'
# remote_path: '/output/'
# sftp_only: true
# # delete_remote_files: true



Expand Down

0 comments on commit 8e75acb

Please sign in to comment.