mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 01:50:46 -05:00
Initial SFTP upload to HTTP server
This commit is contained in:
parent
3587275792
commit
cee982378c
@ -328,7 +328,17 @@ jobs:
|
|||||||
echo "Release compressed as ${{ steps.generate-filename.outputs.filename }}."
|
echo "Release compressed as ${{ steps.generate-filename.outputs.filename }}."
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Upload Mega Release
|
- name: Upload Release to HTTP Source
|
||||||
|
uses: appleboy/scp-action@v0.1.7
|
||||||
|
with:
|
||||||
|
host: "${{ secrets.SFTP_HOST }}"
|
||||||
|
username: "${{ secrets.SFTP_USERNAME }}"
|
||||||
|
password: "${{ secrets.SFTP_PASSWORD }}"
|
||||||
|
port: "${{ secrets.SFTP_PORT }}"
|
||||||
|
source: "/workspace/refringe/Build/${{ steps.generate-filename.outputs.filename }}"
|
||||||
|
target: "/public/"
|
||||||
|
|
||||||
|
- name: Upload Release to Mega
|
||||||
id: upload-mega
|
id: upload-mega
|
||||||
run: |
|
run: |
|
||||||
mega-https on
|
mega-https on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user