Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-przybyl-wttech committed Mar 1, 2024
1 parent f93d45b commit f6f5e07
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
name: Unshallow clone for tags
id: tags
run: |
sudo chown -R $(whoami) /__w/pulumi-aem-native/pulumi-aem-native
git config --global --add safe.directory /__w/pulumi-aem-native/pulumi-aem-native
sudo chown -R $(whoami) /__w/pulumi-aem/pulumi-aem
git config --global --add safe.directory /__w/pulumi-aem/pulumi-aem
git fetch --prune --unshallow --tags
-
name: Build
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ builds:
- linux
ldflags:
# The line below MUST align with the module in current provider/go.mod
- -X github.com/wttech/pulumi-aem-native/provider/Version={{.Tag }}
- -X github.com/wttech/pulumi-aem/provider/Version={{.Tag }}
main: ./cmd/pulumi-resource-aem/
changelog:
skip: true
Expand Down
5 changes: 3 additions & 2 deletions provider/instance/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ If you need to set up multiple AEM instances on multiple machines, you can use t

Consider reviewing the following examples to find the one that best suits your needs:

1. [AWS EC2 instance with public IP](https://github.com/wttech/pulumi-aem-native/tree/main/examples/go_aws_ssh)
2. [AWS EC2 instance with private IP](https://github.com/wttech/pulumi-aem-native/tree/main/examples/go_aws_ssm)
1. [AWS EC2 instance with public IP](https://github.com/wttech/pulumi-aem/tree/main/examples/go_aws_ssh)
2. [AWS EC2 instance with private IP](https://github.com/wttech/pulumi-aem/tree/main/examples/go_aws_ssm)
3. [Bare metal machine](https://github.com/wttech/pulumi-aem/tree/main/examples/go_bare_metal)

0 comments on commit f6f5e07

Please sign in to comment.