Skip to content

Commit

Permalink
wip: Pass cloud-config on instance creation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed May 3, 2024
1 parent 1a0c505 commit 802c1b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
)
echo "instance_flavor=$instance_flavor" >> $GITHUB_OUTPUT
- uses: actions/checkout@v4

- name: Create instance
id: instance_create
run: |
Expand All @@ -63,6 +65,7 @@ jobs:
--security-group "exosphere" \
--flavor $INSTANCE_FLAVOR \
--image "antsthings-vgl-gpu-image" \
--user-data ./cloud-config \
--wait \
--column created \
--column flavor \
Expand Down

0 comments on commit 802c1b1

Please sign in to comment.