Skip to content

Commit

Permalink
Merge pull request #35 from tribofustack/update-image
Browse files Browse the repository at this point in the history
update image name
  • Loading branch information
PeeQuessada authored Mar 19, 2024
2 parents 654f3fe + 76b7f99 commit 043bcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
env:
IMAGE_NAME: ${{ vars.REGION }}-docker.pkg.dev/${{ vars.PROJECT_ID }}/repository/app:${{ github.run_id }}
run: |
echo "$(cat api-deployment.yaml)" | envsubst | kubectl apply -f -
echo "$(cat k8s/api-deployment.yaml)" | envsubst | kubectl apply -f -
kubectl apply -f k8s/api-hpa.yaml
kubectl apply -f k8s/api-service.yaml

0 comments on commit 043bcdc

Please sign in to comment.