Skip to content

Commit

Permalink
chore: deploy apps from local
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Mar 13, 2024
1 parent 011284c commit 6ddc6a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Init workspace
uses: ./.github/workflows/init-workspace
- name: Set up ruby env
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -73,6 +75,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Init workspace
uses: ./.github/workflows/init-workspace
- name: Set up ruby env
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 6ddc6a9

Please sign in to comment.