Skip to content

Commit

Permalink
Revert back FTP deploy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta committed Mar 20, 2023
1 parent 126e2f5 commit 85d4d94
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME_BETA }}
password: ${{ secrets.FTP_PASSWORD_BETA }}
protocol: ftps
security: strict
exclude: |
**/.git*
**/.git*/**
Expand Down
29 changes: 16 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,19 @@ jobs:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME_RELEASE }}
password: ${{ secrets.FTP_PASSWORD_RELEASE }}
exclude: .git*
- .git*/**
- **/.git*/**
- .dockerignore
- logo/raw-svg
- logo/raw-svg/*
- logo/megen.png
- Dockerfile
- tests
- tests/*
- LICENSE
- README.md
- stack.yml
protocol: ftps
security: strict
exclude: |
**/.git*
**/.git*/**
**/.github/**
.dockerignore
logo/raw-svg
logo/raw-svg/*
logo/megen.png
Dockerfile
tests
tests/*
LICENSE
README.md
stack.yml

0 comments on commit 85d4d94

Please sign in to comment.