diff options
author | 2023-08-22 15:11:14 +0100 | |
---|---|---|
committer | 2023-08-22 15:11:14 +0100 | |
commit | 051e37d1510f11a641ce242c85e1ad9e49ab0413 (patch) | |
tree | 8cb5a6d585a78a9c4443552c0dd09e3013b3f571 /.github | |
parent | Remove unused tox.ini (diff) |
Checkout code in deploy step
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-deploy.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index c5d289d..971ceee 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -61,6 +61,9 @@ jobs: runs-on: ubuntu-latest if: ${{ github.ref == 'refs/heads/main' }} steps: + - name: Checkout code + uses: actions/checkout@v3 + - uses: azure/setup-kubectl@v3 - name: Authenticate with Kubernetes |