Skip to content

Commit

Permalink
GH actions try 3
Browse files Browse the repository at this point in the history
  • Loading branch information
DrejcPesjak committed Jan 1, 2024
1 parent d545cea commit 9e0ed2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ jobs:
service_account_key: ${{ secrets.GCP_SA_KEY }}
export_default_credentials: true

- name: Install kubectl
uses: azure/setup-kubectl@v1

- name: Configure kubectl
run: |
gcloud container clusters get-credentials rayserve-cluster --zone europe-central2
gcloud components install kubectl
gcloud container clusters get-credentials rayserve-cluster --zone europe-central2 --project ${{ secrets.GCP_PROJECT_ID }}
- name: Update working_dir in RayService Config
run: |
REPO_ZIP_URL="https://github.com/DrejcPesjak/weather-prediction-rayserve-fastapi/archive/${{ github.sha }}.zip"
Expand Down
2 changes: 1 addition & 1 deletion rayserve_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import tensorflow as tf

# app version
__version__ = '0.1.1'
__version__ = '0.1.2'

# Constants
BUCKET_NAME = 'europe-central2-rso-ml-airf-05c3abe0-bucket'
Expand Down

0 comments on commit 9e0ed2d

Please sign in to comment.