Searched refs:deploy (Results 1 – 25 of 183) sorted by relevance
12345678
8 deploy=057 deploy=$(expr ${deploy} + 1)77 deploy=$(expr ${deploy} + 1)97 deploy=$(expr ${deploy} + 1)162 deploy=$(expr ${deploy} + 1)180 if [ "${deploy}" -eq "0" ] ; then181 echo did not deploy any files
39 mvn deploy:deploy-file \46 mvn deploy:deploy-file \54 mvn deploy:deploy-file \
6 echo "To deploy to the snapshot repository: mvn deploy"7 echo "To deploy to the release directory: mvn release:clean release:prepare release:perform"11 # deploy without tagging: mvn deploy -DperformRelease
18 echo "To deploy to the snapshot repository: mvn deploy"19 echo "To deploy to the release directory: mvn release:clean release:prepare release:perform"23 # deploy without tagging: mvn deploy -DperformRelease
32 Snaphot deploy:33 mvn -Dgpg.passphrase= -Dgpg.keyname=<public_key> deploy35 Staging deploy:
6 - the release to https://oss.sonatype.org/service/local/staging/deploy/maven29 Note that `./gradlew uploadArchives` is run by Travis after each new push to deploy the latest HEAD…
3 This folder contains the triage party config and deploy script for the oss-fuzz instance of [triage…7 1. Deploy a new revision to Cloud Run via [deploy.sh](deploy.sh):10 …OKEN_PATH=[path to file containing github token] DB_PASS=[CloudSQL database password] ./deploy.sh
18 deploy: target19 gcloud app deploy app.yaml --project perfetto-get21 .PHONY: deploy test
5 bash $(dirname $0)/deploy-dagger.sh "$@"7 bash $(dirname $0)/deploy-hilt.sh "$@"9 bash $(dirname $0)/deploy-hilt-gradle-plugin.sh "$@"
88 .PHONY: deploy-controller89 deploy-controller:90 make -C controller deploy92 .PHONY: deploy-frontend93 deploy-frontend:94 make -C frontend deploy
22 deploy: lib/.stamp config.py common_utils.py target23 gcloud app deploy -q app.yaml queue.yaml cron.yaml \44 .PHONY: deploy test
24 - ios-deploy <https://github.com/phonegap/ios-deploy>42 - Install node.js and ios-deploy47 $ npm install ios-deploy
126 There are several test targets in WebRTC. To run the tests, you must deploy the135 If deploying to a device via the command line using [`ios-deploy`][ios-deploy],140 It's easiest to deploy to a device using Xcode. Other command line tools exist141 as well, e.g. [`ios-deploy`][ios-deploy].143 **NOTICE:** To deploy to an iOS device you must have a valid signing identity151 but you won't be able to deploy your code to an iOS device. To do this,187 [ios-deploy]: https://github.com/phonegap/ios-deploy
70 rm -rf ./deploy || exit 171 mkdir ./deploy72 cd ./deploy
24 deploy: static_3p config.py common_utils.py static/config.js target25 gcloud app deploy -q app.yaml \61 .PHONY: test deploy static_3p
4 # deploy without tagging: mvn deploy -DperformRelease
5 …--define "maven_user=..." --define "maven_password=..." --define gpg_sign=true //deploy:api.publish6 # Build //deploy:api-docs to generate javadocs for the API.
20 .PHONY : deploy21 deploy: target
9 …Url') ? property('repositoryUrl') : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"32 repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/") {
15 Setuptools allows you to deploy your projects for use in a common directory or19 deploy a project into another project's checkout directory, if that's your35 You can deploy the same project to multiple staging areas, e.g. if you have
72 deploy {73 // deploy configuration126 appengine.deploy.version)
3 deploy
6 deploy
100 visibility = ["//waymo/ml/deploy/system/autotuning:__subpackages__"],108 # visibility = ["//waymo/ml/deploy/system/autotuning:__subpackages__"],
13 mvn clean source:jar javadoc:jar deploy --settings="util/settings.xml" -DskipTests=true