Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya Wadhwa committed Sep 16, 2019
1 parent d5b8467 commit f6fd9b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/content/en/docs/how-tos/buildpacks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ First, add a `build.sh` file which Skaffold will call to build artifacts:
{{% readfile file="samples/buildpacks/build.sh" %}}


Then, configure artifacts in your `skaffold.yaml` to build with this script.
Then, configure artifacts in your `skaffold.yaml` to build with `build.sh`:

{{% readfile file="samples/buildpacks/Skaffold.yaml" %}}
{{% readfile file="samples/buildpacks/skaffold.yaml" %}}

List the file dependencies for each artifact; in the example above, Skaffold watches all files in the build context.
For more information about listing dependencies for custom artifacts, see the documentation [here](../builders).
Expand All @@ -61,4 +61,5 @@ Now, you should be able to use Skaffold:
$ skaffold run --tail --default-repo <your repo>
```
This will deploy Hello World in Go to your cluster.
**Note**, no Dockerfile was needed, as buildpacks containerized the application from source code.

**Note**:, no Dockerfile was needed, as buildpacks containerized the application from source code.

0 comments on commit f6fd9b3

Please sign in to comment.