Skip to content

Commit 8fa01f1

Browse files
committed
Change vps to remote
1 parent ebef3a4 commit 8fa01f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
run: bash -c 'set -e;for file in $(find ./src -type f -regex ".*\.\(php\|phtml\)" -print); do php -e -l -f "$file"; done'
4545

4646
deploy:
47-
name: Deploy to VPS
4847
needs: linter
4948
runs-on: ubuntu-latest
5049
environment: production
@@ -55,7 +54,7 @@ jobs:
5554
- name: Compress Artifacts
5655
run: zip -r project.zip .
5756

58-
- name: Deploy to VPS
57+
- name: Deploy to Remote
5958
env:
6059
SSH_HOST: ${{ secrets.SSH_HOST }}
6160
SSH_PORT: ${{ secrets.SSH_PORT }}

0 commit comments

Comments
 (0)