Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
chore: updated the deployment script name
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-pogor committed Nov 30, 2020
1 parent 654081c commit ac8be1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Deploy CodeIT theme to codeit.suntprogramator.dev"
name: "Deploy status"
on:
push:
branches:
Expand All @@ -22,5 +22,5 @@ jobs:
host: ${{ secrets.FTP_URL }}
user: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
localDir: "public"
remoteDir: "www/codeit.suntprogramator.dev"
localDir: "CodeIT/exampleSite/public"
remoteDir: "www/codeit.suntprogramator.dev"

0 comments on commit ac8be1d

Please sign in to comment.