Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxmines committed Apr 20, 2024
1 parent acd35ae commit ef7a689
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,17 @@ jobs:
with:
name: Build
path: ./TestCICDWpf/bin/Release/net6.0-windows/win-x64/publish

FTP-Deploy-Action:
name: Deploy
name: FTP-Deploy-Action
runs-on: windows-latest
steps:
- name: Get latest code
uses: actions/checkout@v4

- name: Sync files
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: FTP-Deploy-Action
uses: SamKirkland/FTP-Deploy-Action@v4
with:
server: ftp:https://eu-west-1.sftpcloud.io
username: a4fb7a14b0d14773b0b68c41434ec015
password: riVgMWA3Y93J1fV2Vw8NlnZmCPYJgmzj
ftp-server: ftp:https://eu-west-1.sftpcloud.io
ftp-username: a4fb7a14b0d14773b0b68c41434ec015
ftp-password: riVgMWA3Y93J1fV2Vw8NlnZmCPYJgmzj

0 comments on commit ef7a689

Please sign in to comment.