Delete ftp-deploy-stable.yml
This commit is contained in:
parent
bdfbf08789
commit
1814ebce07
1 changed files with 0 additions and 22 deletions
22
.github/workflows/ftp-deploy-stable.yml
vendored
22
.github/workflows/ftp-deploy-stable.yml
vendored
|
@ -1,22 +0,0 @@
|
|||
name: Deploy to wishthis.online
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'stable'
|
||||
jobs:
|
||||
web-deploy:
|
||||
name: 🎉 Deploy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 🚚 Get latest code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: 📂 Sync files
|
||||
uses: SamKirkland/FTP-Deploy-Action@4.3.0
|
||||
with:
|
||||
server: ${{ secrets.FTP_HOST }}
|
||||
username: ${{ secrets.FTP_USER }}
|
||||
password: ${{ secrets.FTP_PASSWORD }}
|
||||
protocol: ftp
|
||||
port: 21
|
||||
server-dir: ${{ secrets.FTP_DIR }}
|
Loading…
Reference in a new issue