Skip to content

Commit

Permalink
Updating github worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPPinto committed Mar 30, 2024
1 parent 530b4e6 commit e0c0e20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/cd_private_pypiserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

env:
CLOUD_PROJECT_ID: "${{ vars.CLOUD_PROJECT_ID }}"
CLOUD_VM_USER: "${{ vars.CLOUD_VM_USER }}"
CLOUD_ML_INSTANCE_NAME: "${{ vars.CLOUD_ML_INSTANCE_NAME }}"
CLOUD_ML_ZONE: "${{ vars.CLOUD_ML_ZONE }}"

Expand All @@ -29,6 +30,7 @@ jobs:
uses: "google-github-actions/ssh-compute@v1"
with:
project_id: "${{ env.CLOUD_PROJECT_ID }}"
user: "${{ env.CLOUD_VM_USER }}"
instance_name: "${{ env.CLOUD_ML_INSTANCE_NAME }}"
zone: "${{ env.CLOUD_ML_ZONE }}"
ssh_private_key: "${{ secrets.CLOUD_SSH_PRIVATE_KEY }}"
Expand Down
2 changes: 1 addition & 1 deletion app/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# energy-consumption-forecasting
# energy-consumption-forecasting

0 comments on commit e0c0e20

Please sign in to comment.