We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b178a98 commit 271206dCopy full SHA for 271206d
oci-pipeline-examples/oci-devops-graal-micronaut-deploy-to-instances/instance_deployment_spec.yaml
@@ -38,6 +38,8 @@ steps:
38
export OCI_CLI_AUTH=instance_principal
39
export PATH=$PATH:~/.local/bin/
40
oci artifacts generic artifact download-by-path --repository-id ${ARTIFACT_REPO_OCID} --artifact-path ${ARTIFACT_NAME} --artifact-version ${BUILDRUN_HASH} --file appexec
41
+ sudo firewall-cmd --zone=public --permanent --add-port 8080/tcp
42
+ sudo firewall-cmd --reload
43
chmod +x appexec
44
./appexec &
45
0 commit comments