Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav232004 committed Feb 25, 2024
1 parent 62d0d0e commit 61bfe33
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ jobs:
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}

- name: SSH into the VM and list the directory
env:
CI: false
run: |
gcloud compute ssh ${{ secrets.GCP_INSTANCE_NAME}} --zone=${{ secrets.GCP_ZONE }} --command '
ls -l
'
- name: SSH into the VM and List Repository Directory
run: |
REPO_PATH=~
Expand Down

0 comments on commit 61bfe33

Please sign in to comment.