Skip to content

Commit be98b9f

Browse files
committed
fix path in deploy
1 parent 4c10a54 commit be98b9f

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

.github/workflows/google-gce-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
# Go to working directory
9797
echo "Going to working directory"
98-
cd "/home/${{ env.GCP_VM_USER }}/${{ env.GCP_ARTIFACT_REGISTRY_NAME }}"
98+
cd "/home/${{ secrets.GCP_VM_USER }}/${{ env.GCP_PROJECT_ID }}/${{ env.GCP_ARTIFACT_REGISTRY_NAME }}"
9999
100100
# Create .env.gcp file
101101
echo "Creating .env.gcp file"

results-20240930-104515.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)