Commit Graph

7 Commits

Author SHA1 Message Date
lord
297fa7ce44 master -> main (#1264) 2020-06-20 12:37:55 -07:00
Matthew Peveler
252a48b31e Fully parse arguments first in deploy (#1153)
* Do not build sources when using --help

* Use variables for build/push if statements

* fix error message
2020-05-11 16:25:54 +03:00
Andrey Fedorov
603d4cd797 Rename OS X to macOS in deploy.sh comment (#951) 2018-02-05 12:51:09 -06:00
PotHix
1087f8bd69 Document --source-only and add --push-only
The `--source-only` already works to only build and not deploy. But
sometimes we want to just push and not build. An example of that is
when you want to use Docker to build the project, avoiding the
installation of the whole Ruby environment in your computer.

This commit adds `--push-only` to add the ability to execute only the
actions related to `git` and avoid the project build.

No API was broken by this commit, it's a minor change.
2017-07-20 11:00:30 -07:00
Robert Lord
e8e2e5e144 Fix incorrect documentation in deploy.sh 2016-11-24 11:26:10 -06:00
Robert Lord
d88d714d90 Make deploy script executable 2016-01-27 16:36:01 -06:00
Robert Lord
ffa2829fe5 Add deploy script 2016-01-27 16:35:39 -06:00