Giter Site home page Giter Site logo

ftp-deploy-action-python's Introduction

👋 欢迎来到卢嘉颖的个人简介 / Hey y'all

GitHub stats Top Langs
🔥 Streak stats
GitHub Streak
☭ Languages and Tools
Python C LaTeX Markdown HTML5
JavaScript Shell Script Vim Visual Studio Code
GitHub Actions PyTorch Anaconda

ftp-deploy-action-python's People

Contributors

lujiaying avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

acmcstu

ftp-deploy-action-python's Issues

File path

The file path ... Place the following scripts in ./.github/workflows/main,yml is missing a dot for main.yml

Can't figure out exclude

Please Help.
I'm running out of Market place FTP action, None follow exclude param work :-(

I have tried
exclude: .git/,.env,img/,images/
exclude: .git/,.env,img/,images/

INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/loading.gif INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/forward_enabled.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/concept-5_r1_c5.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/concept-5_r2_c3.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/768_header.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/concept-9_r2_c3.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/concept-7_r4_c3.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/10PercentSlider.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/sort_both.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/add_to_cart.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/990_header.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/CF-title.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/CFSnow_Med.gif INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/free-shipping.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/concept-7_r1_c2.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/10-discount-2.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/480_header_landscape.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/1170_checkout.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/my_account_help_mob.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/concept-4_r1_c2.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/forward_disabled.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/concept-5_r3_c3.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/controls.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/back_disabled.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/320_header_portrait.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/login.png INFO:pyftpsync:(DRY-RUN) COPY MODIFIED > images/concept-9_r3_c3.png

yaml file contents
`on:
push:
branches: [demo]

name: 🚀 Deploy on push - Python

jobs:
Deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python3.9
uses: actions/setup-python@v3
with:
python-version: '3.9'
architecture: 'x64'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pyftpsync==4.0.0a3
- name: FTP Deploy
uses: lujiaying/[email protected]
with:
host: ${{ secrets.CF_FTP_SERVER }}
user: ${{ secrets.CF_FTP_USER_NAME }}
passwd: ${{ secrets.CF_FTP_USER_PASS }}
port: 21
local_dir: ./
remote_dir: /demo
exclude: .git/,.env,img/,images/,Backups/,logs/,ups2csv/,Witango5Admin/,CFSITEMAP-ALPHA_files/,CFSITEMAP_files/,/aspnet_client/
dry_run: True
`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.