Skip to content

Commit

Permalink
deploy: Test env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-Jyoti committed Dec 24, 2024
1 parent a85a3e4 commit a77c4a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ on:

jobs:
deploy:
if: github.event.pull_request.merged == true
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Create .env file
run: |
echo "${{ secrets.ENV }}" > .env
echo ${{ secrets.ENV }} > .env

- name: Debug .env file
Expand Down

0 comments on commit a77c4a9

Please sign in to comment.