Skip to content

Commit

Permalink
i'm a professional devops engineer (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
eashwar authored Feb 18, 2024
1 parent c22f9be commit e587920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
echo "DATABASE_URL=file:/usr/src/app/db/app.db" >> .env
echo "DISCORD_TOKEN=${{ env.DISCORD_TOKEN }}" >> .env
echo "GUILD_ID=${{ env.GUILD_ID }}" >> .env
echo "PUSH_DB=${{ github.event.inputs.push_db }}" >> .env
echo "PUSH_DB=${{ inputs.push_db }}" >> .env
echo "RMFP_OWNER_ROLE_ID=${{ env.RMFP_OWNER_ROLE_ID }}" >> .env
- name: '☁️✅ Deploy to VM Instance for ${{ inputs.environment }}'
run: |
Expand Down

0 comments on commit e587920

Please sign in to comment.