We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebef3a4 commit 8fa01f1Copy full SHA for 8fa01f1
.github/workflows/deployment.yml
@@ -44,7 +44,6 @@ jobs:
44
run: bash -c 'set -e;for file in $(find ./src -type f -regex ".*\.\(php\|phtml\)" -print); do php -e -l -f "$file"; done'
45
46
deploy:
47
- name: Deploy to VPS
48
needs: linter
49
runs-on: ubuntu-latest
50
environment: production
@@ -55,7 +54,7 @@ jobs:
55
54
- name: Compress Artifacts
56
run: zip -r project.zip .
57
58
- - name: Deploy to VPS
+ - name: Deploy to Remote
59
env:
60
SSH_HOST: ${{ secrets.SSH_HOST }}
61
SSH_PORT: ${{ secrets.SSH_PORT }}
0 commit comments