Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push latest commit #484

Closed
peterrentz opened this issue Oct 13, 2024 · 1 comment
Closed

Push latest commit #484

peterrentz opened this issue Oct 13, 2024 · 1 comment

Comments

@peterrentz
Copy link

peterrentz commented Oct 13, 2024

Bug Description
Is there a way to push only the files that were changed in the commit that triggered the action?
(Action works great otherwise, thanks!)

My Action Config

on:
  push:
    branches:
      - main
name: Deploy website on push
jobs:
  web-deploy:
    name: Deploy
    runs-on: ubuntu-latest
    steps:
    - name: Get latest code
      uses: actions/checkout@v3

    - name: Push files
      uses: SamKirkland/FTP-Deploy-Action@v4.3.4
      with:
        server: ****
        username: ****
        password: ****
        server-dir: ****
        protocol: ftp
        port: 21

My Action Log

   # Paste Log here
   # you may want enable verbose logging with   log-level: verbose
@peterrentz
Copy link
Author

oh nevermind! Just noticing this message:
File content is the same, doing nothing:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant