Skip to content

Commit

Permalink
Adding changes to workflow for Frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Frnn4268 committed May 29, 2024
1 parent 7223497 commit 255fae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
host-1:
runs-on: webserver-chat-easypark-deploy
runs-on: chat-easypark-deploy
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
SSH_USER: ${{ secrets.SSH_USER }}
SSH_HOST: ${{ secrets.SSH_HOST1 }}
host-2:
runs-on: webserver-chat-easypark-deploy
runs-on: self-hosted
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 255fae9

Please sign in to comment.