Skip to content

Commit 40641e4

Browse files
authored
Merge pull request #96 from bowphp/feat/add-docs
Update git action
2 parents d54ca11 + af49be1 commit 40641e4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,3 @@ jobs:
3838
host: ${{ secrets.BOWPHP_WEBSITE_REMOTE_HOST }}
3939
username: ${{ secrets.BOWPHP_WEBSITE_REMOTE_USER }}
4040
password: ${{ secrets.BOWPHP_WEBSITE_REMOTE_PASSWORD }}
41-
- name: Deploy to Server
42-
uses: appleboy/ssh-action@v1.2.0
43-
if: ${{ github.event_name == 'pull_request' }}
44-
with:
45-
host: ${{ secrets.BOWPHP_WEBSITE_REMOTE_HOST }}
46-
username: ${{ secrets.BOWPHP_WEBSITE_REMOTE_USER }}
47-
password: ${{ secrets.BOWPHP_WEBSITE_REMOTE_PASSWORD }}
48-
script: |
49-
rm -rf bowphp.com/.git
50-
cp -rf bowphp-build/* bowphp.com
51-
ls -al bowphp.com
52-
rm -rf bowphp-build
53-
mkdir bowphp-build

0 commit comments

Comments
 (0)