BradMcA
BradMcA
DDeno
Created by BradMcA on 12/20/2024 in #help
Checking less - when it comes to deploying..
How to customise demo deploy, e.g. skip checking for typos, formatting etc as I just seem to be going in endless loops trying to get all these checks happy
1 replies
DDeno
Created by BradMcA on 12/16/2024 in #help
DeployCTL deploy without getting a new github token every time?
Must be a way to persist a token to make deploy more streamlined..
4 replies
DDeno
Created by BradMcA on 12/11/2024 in #help
Need a little help with deno deploy for a newbie
Hi, How to pass my .env file on deploy and how to not have to authorize with github in the browser every time? this is an example of how I am trying it now with my typical auth failure response - the site deploys but the .env does not PS C:\Users\Brad\saaskit> deployctl deploy --env-file=.env >> i Using config file 'C:\Users\Brad\saaskit\deno.json'
‼ Failed to get token from credentials file. Will provision a new token for this execution but please make sure to fix the issue afterwards. × The credentials file has been tampered with and will be ignored. Please delete it.
i Provisioning a new access token... i Authorization URL:........
5 replies