Skip to content

Commit

Permalink
WIP deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wraitii committed Oct 27, 2021
1 parent 93d6cf1 commit 0a7ed0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
export_default_credentials: true

- name: SSH to VM & deploy.
run: gcloud compute ssh ${{ secrets.GCP_INSTANCE }} --zone="europe-west3-c" --ssh-key-expire-after=2m --command="git clone https://github.com/S-L-Technologies/brq-builder.git && brq-builder/scripts/deploy.sh"
run: gcloud compute ssh ci@${{ secrets.GCP_INSTANCE }} --zone="europe-west3-c" --ssh-key-expire-after=2m --command="cd brq-builder && git pull && scripts/deploy.sh"
Empty file modified scripts/deploy.sh
100644 → 100755
Empty file.

0 comments on commit 0a7ed0c

Please sign in to comment.