Skip to content

Commit

Permalink
set project
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Jan 3, 2025
1 parent 4f3c2f7 commit 099ad54
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
go test *.go
#- name: Provision a local Mini instance
# run: ansible-playbook -i $GITHUB_WORKSPACE/provisioning/inventory $GITHUB_WORKSPACE/provisioning/local_setup.yml --connection=local --become
- name: Provision a local Mini instance
run: ansible-playbook -i $GITHUB_WORKSPACE/provisioning/inventory $GITHUB_WORKSPACE/provisioning/local_setup.yml --connection=local --become

- id: 'auth'
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -44,6 +44,8 @@ jobs:
- name: 'Set up Cloud SDK'
if: startsWith(github.ref, 'refs/tags/')
uses: 'google-github-actions/setup-gcloud@v2'
with:
project_id: snowplow-images

- name: SSH config for Ansible
run: mkdir ~/.ssh && echo -e "Host 127.0.0.1\nHostKeyAlgorithms +ssh-rsa\nPubkeyAcceptedKeyTypes +ssh-rsa" >> ~/.ssh/config
Expand Down

0 comments on commit 099ad54

Please sign in to comment.