Skip to content

Commit

Permalink
missing removal of codetabs
Browse files Browse the repository at this point in the history
  • Loading branch information
flovntp committed Feb 22, 2024
1 parent f26a8f5 commit 1a745a2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions sites/friday/src/get-started/here/make-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,6 @@ git pull {{% vendor/cli %}} main
git fetch --prune
```
When using a third party provider, you can use the following:
```bash {location="Terminal"}
git checkout staging
git pull staging
git merge feat-a
git branch -d feat-a
git push origin --delete feat-a
git fetch --prune
```
{{< /codetabs >}}
{{< note >}}
Deploying after a merge is fast because the image built for the feature environment is reused for the targeted environment.
{{< /note >}}
Expand Down

0 comments on commit 1a745a2

Please sign in to comment.