Skip to content

Commit

Permalink
Adding checkout to deploy step, removing python from build step
Browse files Browse the repository at this point in the history
  • Loading branch information
bergsalex committed Dec 11, 2023
1 parent b545cc7 commit 010cf60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/_skaffold-deploy-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
default: "us-docker.pkg.dev/jax-cs-registry/docker/geneweaver"
jobs:
build:
name: Build
runs-on: ubuntu-latest
environment: ${{ inputs.environment }}
steps:
Expand Down Expand Up @@ -42,10 +43,12 @@ jobs:
name: Build Artifacts
path: build.json
deploy:
name: Deploy
runs-on: ubuntu-latest
environment: ${{ inputs.environment }}
needs: build
steps:
- uses: actions/checkout@v3
- name: Authenticate to Google Cloud
uses: 'google-github-actions/auth@v2'
with:
Expand Down

0 comments on commit 010cf60

Please sign in to comment.