Skip to content

Commit 9afd9f2

Browse files
authored
Update deploy.yaml
1 parent 7f029e3 commit 9afd9f2

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

samples/vuejs/.github/workflows/deploy.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,4 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- 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-
# or remove the lines if you don't need to pass any environment variables/secrets to the action
23-
with:
24-
config-env-vars: ENV1 ENV2
25-
env:
26-
ENV1: ${{ secrets.ENV1 }}
27-
ENV2: ${{ secrets.ENV2 }}
20+
uses: DefangLabs/[email protected]

0 commit comments

Comments
 (0)