Skip to content

Commit

Permalink
Update server.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xleonplayz authored Nov 2, 2024
1 parent 8f0e9b8 commit f9327bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: google-github-actions/setup-gcloud@v1
with:
project_id: ${{ secrets.G_PID }}
install_components: compute
export_default_credentials: true # Exportiert die Anmeldeinformationen als Standard für gcloud

- name: Start VM
run: gcloud compute instances start BIG_NAME --zone ZONE_NAME
Expand All @@ -33,6 +33,7 @@ jobs:
BIG_USR: BIG_USR
BIG_PW: BIG_PW
run: |
sudo apt-get update
sudo apt-get install -y sshpass
sshpass -p "$BIG_PW" ssh -o StrictHostKeyChecking=no $BIG_USR@$BIG_IP "mkdir -p ~/DML"
shell: bash
Expand Down

0 comments on commit f9327bf

Please sign in to comment.