Skip to content

Commit f9b82d5

Browse files
committed
Add environment to workflow
1 parent b15e85a commit f9b82d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-portainer-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event.inputs.image_version }}
2525
runs-on:
2626
group: portainer-deployment
27-
# environment: staging
27+
environment: staging
2828

2929
steps:
3030
- name: Checkout code

0 commit comments

Comments
 (0)