Skip to content

Commit

Permalink
ci/cd: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
estafons committed Oct 3, 2024
1 parent 2deb22a commit d960926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Run composer install on remote server
uses: appleboy/[email protected]
with:
host: ${{ env.PRODUCTION_SERVER_HOSTNAME }}
host: ${{ env.SERVER_HOSTNAME }}
username: ${{ env.REMOTE_USER }}
key: ${{ secrets.SSH_KEY_STAGING_SERVER }}
script: |
Expand Down

0 comments on commit d960926

Please sign in to comment.