Skip to content

Commit

Permalink
self-hosts for everyone!! 🥳
Browse files Browse the repository at this point in the history
  • Loading branch information
dononitram committed Apr 1, 2024
1 parent 92f9cc5 commit 60e6b32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
unit-tests:

name: Unit tests
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- name: Check out the repo
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
e2e-tests:

name: End to end tests
runs-on: ubuntu-latest
runs-on: self-hosted
needs: [unit-tests]

steps:
Expand All @@ -70,7 +70,7 @@ jobs:
docker-push-webapp:

name: Push webapp Docker Image to GitHub Packages
runs-on: ubuntu-latest
runs-on: self-hosted
needs: [e2e-tests]

permissions:
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
deploy:

name: Deploy over SSH
runs-on: ubuntu-latest
runs-on: self-hosted
needs: [docker-push-userservice,docker-push-authservice,docker-push-gatewayservice,docker-push-webapp,docker-push-jordi-ask,docker-push-jordi-think,docker-push-ranking,docker-push-history]

steps:
Expand Down

0 comments on commit 60e6b32

Please sign in to comment.