Skip to content

Commit 271206d

Browse files
author
odx-pipelines/[email protected]
committed
bug fix
1 parent b178a98 commit 271206d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oci-pipeline-examples/oci-devops-graal-micronaut-deploy-to-instances/instance_deployment_spec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ steps:
3838
export OCI_CLI_AUTH=instance_principal
3939
export PATH=$PATH:~/.local/bin/
4040
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
4143
chmod +x appexec
4244
./appexec &
4345

0 commit comments

Comments
 (0)