Skip to content

Commit

Permalink
wip: Associate created instance with "exosphere" security group to en…
Browse files Browse the repository at this point in the history
…able SSH
  • Loading branch information
jcfr committed May 2, 2024
1 parent c03e261 commit 4bb3cc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
openstack server create "morpho-cloud-portal_instance-$NUMBER" \
--nic net-id="auto_allocated_network" \
--security-group "default" \
--security-group "exosphere" \
--flavor g3.large \
--image "Featured-Ubuntu22" \
--wait
Expand Down

0 comments on commit 4bb3cc0

Please sign in to comment.