Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
slipperstree committed Oct 13, 2023
1 parent 2e3f375 commit e506be5
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .gitea/workflows/series-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ jobs:
steps:
- name: Check out repository code
uses: http://git.mangolovecarrot.net/actions/checkout@v3
- name: deploy file
uses: http://git.mangolovecarrot.net/actions/SFTP-Deploy-Action@v1.2.4
- name: scp pipelines
uses: http://git.mangolovecarrot.net/actions/ssh-scp-ssh-pipelines@latest
with:
username: 'series_index_release'
password: 'series_index_release'
server: 'file.mangolovecarrot.net'
port: 2022
local_path: './*.php'
remote_path: '/'
sftpArgs: '-o ConnectTimeout=5 -T'
- run: echo "🍏 This job's status is ${{ job.status }}."
host: ${{ secrets.DEPLOY_HOST }}
port: ${{ secrets.DEPLOY_PORT }}
user: ${{ secrets.DEPLOY_USER }}
pass: ${{ secrets.DEPLOY_PASS }}
scp: |
'./*.php' => /.
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit e506be5

Please sign in to comment.