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
|
- name: SFTP Upload - Fivem
|
||||||
uses: wangyucode/sftp-upload-action@v2.0.2
|
uses: wangyucode/sftp-upload-action@v2.0.2
|
||||||
with:
|
with:
|
||||||
host: #${{ secrets.PTERODACTYL_PANEL }}
|
host: pelican.cstm.games
|
||||||
port: 2022
|
port: 2022
|
||||||
username: ${{ secrets.SFTP_USER }}
|
username: ${{ secrets.FIVEMDEVSFTP }}
|
||||||
password: ${{ secrets.SFTP_PASS }}
|
password: ${{ secrets.FIVEMDEVSFTPPASS }}
|
||||||
localDir: './workingdir2'
|
localDir: './workingdir2'
|
||||||
remoteDir: '/resources/[GRAPHICS]/'
|
remoteDir: '/resources/[GRAPHICS]/'
|
||||||
exclude: '*.git/*,*.git/,*.github/*,*.github/,README.md,.gitignore'
|
exclude: '*.git/*,*.git/,*.github/*,*.github/,README.md,.gitignore'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue