We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd3d48 commit 336252fCopy full SHA for 336252f
.github/workflows/create-instance.yml
@@ -15,6 +15,15 @@ jobs:
15
steps:
16
- run: |
17
echo Creating instance associated with issue $NUMBER
18
+ source ~/app-cred-morpho-cloud-portal_github-runner-openrc.sh > /dev/null 2>&1
19
+ source ~/venv/bin/activate
20
+ openstack server create "morpho-cloud-portal_instance-$NUMBER" \
21
+ --nic net-id="auto_allocated_network" \
22
+ --security-group "default" \
23
+ --flavor g3.large \
24
+ --image "Featured-Ubuntu22" \
25
+ --wait
26
+ openstack console log show "morpho-cloud-portal_instance-$NUMBER"
27
env:
28
NUMBER: ${{ github.event.issue.number }}
29
0 commit comments