Skip to content

Commit

Permalink
fix: deploy env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev committed Dec 2, 2022
1 parent 9bf479c commit 516f2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import axios from 'axios';

const deployOAuthURL = process.env.DEPLOY_ENDPOINT_OAUTH;
const deployOAuthURL = process.env.DEPLOY_ENDPOINT_SETTINGS;

if (deployOAuthURL) await axios.get(deployOAuthURL);

0 comments on commit 516f2a6

Please sign in to comment.