Skip to content

Commit

Permalink
Updating Seed screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Jun 13, 2018
1 parent d3be750 commit 1a170f3
Show file tree
Hide file tree
Showing 43 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion _chapters/configure-secrets-in-seed.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ And type in `stripeSecretKey` as the **Key** and the value should be the `STRIPE

![Add secret dev environment variable screenshot](/assets/part2/add-secret-dev-environment-variable.png)

Next we need to configure our secrets for the `prod` stage. Head back to the project page and click on **prod**.
Next we need to configure our secrets for the `prod` stage. Head back to the service page and click on **prod**.

![Click on prod stage in Seed screenshot](/assets/part2/click-on-prod-stage-in-seed.png)

Expand Down
4 changes: 2 additions & 2 deletions _chapters/monitoring-deployments-in-seed.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ Confirm the Change Set by hitting **Confirm**.

![Confirm Change Set to prod screenshot](/assets/part2/confirm-changeset-to-prod.png)

Head over to the **prod** stage and let it complete.
Head back to the service page and let it complete.

### Enable Access Logs

Now before we test our faulty code, we'll turn on API Gateway access logs so we can see the error. Click on **View Deployment**.
Now before we test our faulty code, we'll turn on API Gateway access logs so we can see the error. Click on the **prod** stage **View Deployment**.

![Click View Deployment in prod screenshot](/assets/part2/click-view-deployment-in-prod.png)

Expand Down
22 changes: 13 additions & 9 deletions _chapters/setting-up-your-project-on-seed.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Start by signing up for a free account [here](https://console.seed.run/signup-ac

![Create new Seed account screenshot](/assets/part2/create-new-seed-account.png)

Let's **Create your first project**.
Let's **Add your first app**.

![Create your first Seed project screenshot](/assets/part2/create-your-first-seed-project.png)
![Add your first Seed app screenshot](/assets/part2/add-your-first-seed-app.png)

Now to add your project, select **GitHub** as your git provider. You'll be asked to give Seed permission to your GitHub account.

Expand All @@ -39,21 +39,25 @@ aws_access_key_id = YOUR_IAM_ACCESS_KEY
aws_secret_access_key = YOUR_IAM_SECRET_KEY
```

Fill these in and click **Create**.
Fill these in and click **Add**.

![Select GitHub repo screenshot](/assets/part2/select-github-repo.png)

Click on your newly created project.
Click on your newly created app.

![Click on new Seed project screenshot](/assets/part2/click-on-new-seed-project.png)
![Click on new Seed app screenshot](/assets/part2/click-on-new-seed-app.png)

You'll notice we have two stages (environments) set up by default. Our **dev** stage is hooked up to master. This means that any commits to master will trigger a build in dev.
You'll notice a few things here. First, we have a service called **default**. A Serverless app can have multiple services within it. A service (roughly speaking) is a reference to a `serverless.yml` file. In our case we have one service in the root of our repo. Second, we have two stages (environments) set up for our app. Our **dev** stage is hooked up to master. This means that any commits to master will trigger a build in dev.

Click on **dev**.
Click on **default**.

![Stages in Seed project screenshot](/assets/part2/stages-in-seed-project.png)
![Click default service in Seed project screenshot](/assets/part2/click-default-service-in-seed-project.png)

You'll see that the stage is waiting to be deployed.
You'll see that the stages this service has. Next click **dev**.

![Click dev stage in Seed project screenshot](/assets/part2/click-dev-stage-in-seed-project.png)

You'll see that we haven't deployed to this stage yet.

![Dev stage in Seed project screenshot](/assets/part2/dev-stage-in-seed-project.png)

Expand Down
Binary file modified assets/part2/add-secret-dev-environment-variable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/part2/add-secret-prod-environment-variable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/part2/add-your-first-seed-app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/part2/click-access-logs-in-prod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/part2/click-api-metrics-in-prod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/part2/click-deployment-settings-in-prod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/part2/click-dev-stage-in-seed-project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/part2/click-lambda-logs-in-prod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/part2/click-on-new-seed-app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/part2/click-on-new-seed-project.png
Binary file not shown.
Binary file modified assets/part2/click-on-prod-stage-in-seed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/part2/click-rollback-in-prod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/part2/click-view-deployment-in-prod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/part2/confirm-changeset-to-prod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/part2/confirm-promote-dev-build.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/part2/create-your-first-seed-project.png
Binary file not shown.
Binary file modified assets/part2/custom-domain-details-dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/part2/custom-domain-details-prod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/part2/custom-domain-panel-prod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/part2/dev-build-logs-in-progress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/part2/dev-stage-in-seed-project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/part2/enable-access-logs-in-prod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/part2/prod-stage-deployment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/part2/prod-stage-view-deployment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/part2/promote-changes-to-prod.png
Binary file modified assets/part2/promote-dev-build.png
Binary file modified assets/part2/rollback-complete-in-prod.png
Binary file modified assets/part2/seed-dev-build-in-progress.png
Binary file modified assets/part2/seed-prod-build-in-progress.png
Binary file modified assets/part2/select-git-provider.png
Binary file modified assets/part2/select-github-repo.png
Binary file modified assets/part2/select-settings-in-dev-stage.png
Binary file modified assets/part2/select-settings-in-prod-stage.png
Binary file modified assets/part2/show-dev-env-variables-settings.png
Binary file modified assets/part2/show-prod-env-variables-settings.png
Binary file modified assets/part2/view-access-logs-in-prod.png
Binary file modified assets/part2/view-api-metrics-in-prod.png
Binary file modified assets/part2/view-lambda-logs-in-prod.png
Binary file modified assets/part2/view-lambda-metrics-in-prod.png

0 comments on commit 1a170f3

Please sign in to comment.