Skip to content

Commit

Permalink
Updated host in deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderf00l authored Feb 25, 2024
1 parent ecc73f0 commit 9a6b07b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: fetch changes
uses: appleboy/ssh-action@master
with:
host: pinspire.online
host: pinspire.site
username: ${{ secrets.REMOTE_USERNAME }}
key: ${{ secrets.PRIVATE_KEY }}
script: |
Expand All @@ -55,4 +55,4 @@ jobs:
sudo docker compose down main_service auth_service realtime_service messenger_service
sudo docker rmi pinspireapp/main:latest pinspireapp/auth:latest pinspireapp/realtime:latest pinspireapp/messenger:latest
sudo docker compose -f docker-compose.yml -f compose.prod.yml up -d

0 comments on commit 9a6b07b

Please sign in to comment.