Update .gitea/workflows/deploy.yml
Some checks failed
Deploy Workshop-Wahlen (DEV / PROD) / deploy (push) Failing after 5s
Some checks failed
Deploy Workshop-Wahlen (DEV / PROD) / deploy (push) Failing after 5s
This commit is contained in:
@@ -27,11 +27,7 @@ jobs:
|
|||||||
port: ${{ secrets.SFTP_PORT }}
|
port: ${{ secrets.SFTP_PORT }}
|
||||||
username: ${{ secrets.SFTP_USER }}
|
username: ${{ secrets.SFTP_USER }}
|
||||||
password: ${{ secrets.SFTP_PASS }}
|
password: ${{ secrets.SFTP_PASS }}
|
||||||
source: |
|
source: ./
|
||||||
./assets
|
|
||||||
./includes
|
|
||||||
./*.php
|
|
||||||
./README.md
|
|
||||||
target: "/dev.konfi-castle.com/wp-content/plugins/konficastle-workshopwahl/"
|
target: "/dev.konfi-castle.com/wp-content/plugins/konficastle-workshopwahl/"
|
||||||
rm: true
|
rm: true
|
||||||
|
|
||||||
@@ -44,10 +40,6 @@ jobs:
|
|||||||
port: ${{ secrets.SFTP_PORT }}
|
port: ${{ secrets.SFTP_PORT }}
|
||||||
username: ${{ secrets.SFTP_USER }}
|
username: ${{ secrets.SFTP_USER }}
|
||||||
password: ${{ secrets.SFTP_PASS }}
|
password: ${{ secrets.SFTP_PASS }}
|
||||||
source: |
|
source: ./
|
||||||
./assets
|
|
||||||
./includes
|
|
||||||
./*.php
|
|
||||||
./README.md
|
|
||||||
target: "/httpdocs/wp-content/plugins/konficastle-workshopwahl/"
|
target: "/httpdocs/wp-content/plugins/konficastle-workshopwahl/"
|
||||||
rm: true
|
rm: true
|
||||||
|
|||||||
Reference in New Issue
Block a user