Skip to content

Commit

Permalink
Deploy from environment
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverroick committed Feb 6, 2024
1 parent 583a48a commit f049747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Staging Frontend
on:
push:
branches:
- main
- deploy

permissions:
id-token: write
Expand All @@ -12,6 +12,7 @@ permissions:
jobs:
deploy:
runs-on: ubuntu-latest
environment: production

steps:
- name: Setup Node.js
Expand Down

0 comments on commit f049747

Please sign in to comment.