Skip to content

Commit

Permalink
Deploy
Browse files Browse the repository at this point in the history
Signed-off-by: worksofliam <[email protected]>
  • Loading branch information
worksofliam committed Jun 25, 2024
1 parent 995bcc9 commit b43b2f8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
Binary file added src/content/docs/workshop/assets/deploy_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion src/content/docs/workshop/git.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,24 @@ return;

</Card></CardGrid>


#### 3. Deploy and build

Once you have connecting to a system, setup the repo Actions and created your first piece of source code, then it is time to build that source code. From here on out, the dev-test loop is simple: make changes and then build.

To build, from your source code you can either:

1. Use the shortcut: Control + E (Windows/Linux), Command + E (Mac)
2. Find the 'Run Action' button in the editor UI.

<CardGrid>
<Card>

This will show a quickpick so the user can select which deployment method they want to use. **To keep things simple, use Compare if it shown**.

</Card><Card>

![](./assets/deploy_2.png)

</Card></CardGrid>

#### 4. Using copybooks / includes

0 comments on commit b43b2f8

Please sign in to comment.