Skip to content

Commit

Permalink
Nomenclature (#821)
Browse files Browse the repository at this point in the history
Fixes #820

---------

Co-authored-by: freddydk <freddydk@users.noreply.github.com>
  • Loading branch information
freddydk and freddydk authored Nov 15, 2023
1 parent f63b56a commit 27b4671
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Workshop/PublishToProduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,20 @@ Then that environment will not be picked up for **continuous deployment**, but c

Publish to the production environment by running the workflow and specifying which version to deploy, and which environment to deploy to.

**Note** that the default version is "current" - this will deploy the **release** with the name "current". If you want to just use the latest *build*, you would specify "latest":
**Note** that the default version is "current". This will deploy the **current release**. If you specify *latest* you will get the **latest build**

> Current is the **current release**, which is the release tagged with *Latest* in your repository
>
> ![image](https://github.com/microsoft/AL-Go/assets/10775043/236f1eac-3045-4b19-90a1-1f81e2ad26a6)
And... again, if you want to just use the latest *build*, you would specify "latest":

| ![image](https://user-images.githubusercontent.com/10775043/232312134-0028a08d-1004-43f2-8127-aeeee8ed1a5e.png) |
|-|

But... - would you do that without running automated tests?

So... - let's look at adding some tests.

---
[Index](Index.md)&nbsp;&nbsp;[next](AutomatedTests.md)

0 comments on commit 27b4671

Please sign in to comment.