Skip to content

Commit

Permalink
Merge pull request #6 from MartinLupa/feat/test-branching
Browse files Browse the repository at this point in the history
Feat/test branching
  • Loading branch information
MartinLupa authored Jul 23, 2024
2 parents c10f24c + c0b557e commit ddafa6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/manual-deployment-vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ on:
version:
description: 'The branch, tag or SHA to checkout'
required: true
default: 'master'
environment:
description: 'Deployment environment'
type: choice
required: true
options:
- 'staging'
- 'preview'
- 'production'
default: 'staging'
default: 'preview'

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion apps/login/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'

const AboutPage = () => {
return (
<div>About</div>
<div>AboutPage</div>
)
}

Expand Down

0 comments on commit ddafa6c

Please sign in to comment.