Skip to content

Commit

Permalink
fix(gha): main branch deployment workflow was invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
arikkfir committed Sep 26, 2023
1 parent ec25b82 commit 248945f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 439 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:

deploy:
name: Deploy
needs: env
runs-on: ubuntu-22.04
environment:
name: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: ${{ needs.env.outputs.name }}
url: https://acme.${{ needs.env.outputs.name }}.greenstar.kfirs.com
steps:
- uses: arikkfir/deploy@main
- uses: arikkfir/deploy@041c7e5ffaa46ced30ac48efa67d62375f016de7
with:
repository: greenstar
branch: ${{ github.event.pull_request.head.ref }}
Expand Down
Loading

0 comments on commit 248945f

Please sign in to comment.