Skip to content

Commit 63cdccd

Browse files
committed
chore(deployment): add checkout action to deploy job
1 parent d1757fa commit 63cdccd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
runs-on: ubuntu-latest
4242

4343
steps:
44+
- name: Checkout
45+
uses: actions/checkout@v4
4446
- name: Create Context
4547
run: |
4648
docker context create shapez-vortex --docker host=ssh://root@${{ secrets.POCKETBASE_URL }}

0 commit comments

Comments
 (0)