Skip to content

Commit cf81bb8

Browse files
cleanup platformatic deployment workflow
1 parent d237cb0 commit cf81bb8

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

samples/platformatic/.github/workflows/deploy.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,8 @@ jobs:
1313
id-token: write
1414

1515
steps:
16-
- name: Checkout Repo
17-
uses: actions/checkout@v4
16+
- name: Checkout Repo
17+
uses: actions/checkout@v4
1818

19-
- name: Deploy
20-
uses: DefangLabs/[email protected]
21-
#REMOVE_ME_AFTER_EDITING - Replace the following line with the list of environment variables you want to pass to the action
22-
with:
23-
config-env-vars: ENV1 ENV2
24-
env:
25-
ENV1: ${{ secrets.ENV1 }}
26-
ENV2: ${{ secrets.ENV2 }}
19+
- name: Deploy
20+
uses: DefangLabs/[email protected]

0 commit comments

Comments
 (0)