Created
November 3, 2014 10:06
-
-
Save hatchan/a944559662b5dc551939 to your computer and use it in GitHub Desktop.
Install ftp during a build or deploy on wercker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build: | |
steps: | |
- script: | |
name: install ftp | |
code: sudo apt-get update -y && sudo apt-get install ftp -y | |
deploy: | |
steps: | |
- script: | |
name: install ftp | |
code: sudo apt-get update -y && sudo apt-get install ftp -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment