Update .github/workflows/WebCI.yml
IMAGESTOR CI / IMAGESTOR_CI (push) Successful in 7s
Details
IMAGESTOR CI / IMAGESTOR_CI (push) Successful in 7s
Details
This commit is contained in:
parent
5755e7028a
commit
07bb91ed05
|
|
@ -60,10 +60,10 @@ jobs:
|
|||
- name: SFTP Upload - Fivem
|
||||
uses: wangyucode/sftp-upload-action@v2.0.2
|
||||
with:
|
||||
host: #${{ secrets.PTERODACTYL_PANEL }}
|
||||
host: pelican.cstm.games
|
||||
port: 2022
|
||||
username: ${{ secrets.SFTP_USER }}
|
||||
password: ${{ secrets.SFTP_PASS }}
|
||||
username: ${{ secrets.FIVEMDEVSFTP }}
|
||||
password: ${{ secrets.FIVEMDEVSFTPPASS }}
|
||||
localDir: './workingdir2'
|
||||
remoteDir: '/resources/[GRAPHICS]/'
|
||||
exclude: '*.git/*,*.git/,*.github/*,*.github/,README.md,.gitignore'
|
||||
|
|
|
|||
Loading…
Reference in New Issue