Skip to content

Commit

Permalink
Bumping the action version
Browse files Browse the repository at this point in the history
  • Loading branch information
luiguild committed Jul 30, 2024
1 parent 580f36a commit a2be532
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/based-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: npm install

- name: Deploy the branch
uses: atelier-saulx/[email protected].7
uses: atelier-saulx/[email protected].8
env:
userID: ${{ secrets.BASED_USER_ID }}
apiKey: ${{ secrets.BASED_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion based.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"org": "github-actions",
"project": "demo",
"env": "#branch"
"env": "production"
}
2 changes: 1 addition & 1 deletion functions/hello-world/based.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const config: BasedFunctionConfig = {
type: 'app',
name: 'hello-world',
public: true,
main: './app.ts',
main: './index.ts',
path: '/',
}

Expand Down

0 comments on commit a2be532

Please sign in to comment.