Updated workflow to fit gitea secret format
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 1m8s
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 1m8s
This commit is contained in:
parent
afd7578ca6
commit
f87409c604
2
.github/workflows/ftpDeploy.yml
vendored
2
.github/workflows/ftpDeploy.yml
vendored
@ -24,5 +24,5 @@ jobs:
|
||||
with:
|
||||
server: ftp.rohitpai.co.uk
|
||||
username: u987021215.rodude123
|
||||
password: $${{ FTPPASSWORD }}
|
||||
password: $${{ secrets.FTPPASSWORD }}
|
||||
local-dir: ./dist/
|
||||
|
Loading…
Reference in New Issue
Block a user