Skip to content

Commit

Permalink
Checkout repo and cd to root of it
Browse files Browse the repository at this point in the history
  • Loading branch information
DistroByte committed Jan 29, 2024
1 parent e5efc4e commit 56d4cf4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
image: git.dbyte.xyz/distro/levant:latest

steps:
- uses: actions/checkout@v3

- name: Deploy to Nomad
run: tools/deploy-prod.sh
run: cd $GITHUB_WORKSPACE && tools/deploy-prod.sh

deploy-to-review:
runs-on: [self-hosted, deployment-runner]
Expand All @@ -25,5 +27,7 @@ jobs:
image: git.dbyte.xyz/distro/levant:latest

steps:
- uses: actions/checkout@v3

- name: Deploy to Nomad
run: tools/deploy-review.sh
run: cd $GITHUB_WORKSPACE && tools/deploy-review.sh

0 comments on commit 56d4cf4

Please sign in to comment.