File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,7 @@ Heroku_publish_demo() {
6464 heroku container:login
6565 echo " heroku deployment to demo"
6666 cd ../..
67- # heroku container:push --recursive --arg argBasedVersion=${tag}heroku --app arcane-scrubland-42646
68- heroku container:push --arg argBasedVersion=${tag} heroku --app arcane-scrubland-42646
67+ heroku container:push web --arg argBasedVersion=${tag} --app arcane-scrubland-42646
6968 heroku container:release web --app arcane-scrubland-42646
7069 # heroku container:push --recursive --arg argBasedVersion=${tag}heroku,CTF_ENABLED=true,HINTS_ENABLED=false --app wrongsecrets-ctf
7170 # heroku container:release web --app wrongsecrets-ctf
Original file line number Diff line number Diff line change @@ -40,4 +40,4 @@ COPY .github/scripts/ /var/helpers
4040COPY src/test/resources/alibabacreds.kdbx /var/helpers
4141COPY src/test/resources/RSAprivatekey.pem /var/helpers
4242COPY .ssh/ /home/wrongsecrets/.ssh/
43- CMD java -jar -XX:SharedArchiveFile=application.jsa -Dspring.profiles.active=$(echo ${SPRING_PROFILES_ACTIVE}) -Dspringdoc.swagger-ui.enabled=${SPRINGDOC_UI} -Dspringdoc.api-docs.enabled=${SPRINGDOC_DOC} -D application.jar
43+ CMD java -jar -XX:SharedArchiveFile=application.jsa -Dspring.profiles.active=$(echo ${SPRING_PROFILES_ACTIVE}) -Dspringdoc.swagger-ui.enabled=${SPRINGDOC_UI} -Dspringdoc.api-docs.enabled=${SPRINGDOC_DOC} -D application.jar
You can’t perform that action at this time.
0 commit comments