Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: regarding auto deploy with env vars #33

Open
leothelocust opened this issue Sep 18, 2019 · 3 comments
Open

Question: regarding auto deploy with env vars #33

leothelocust opened this issue Sep 18, 2019 · 3 comments

Comments

@leothelocust
Copy link

leothelocust commented Sep 18, 2019

Is there anything needed besides SF_USERNAME, SF_PASSWORD required to "auto-deploy"? I am asking because when I run the following:

SF_USERNAME=email@email.com SF_PASSWORD=password npm run dist

I see the output in the deploy script:

Have SF_USERNAME & SF_PASSWORD env variables set... Will deploy to org

But I don't see a new static resource or an updated one.

Can you provide any other requirements regarding making this work? Or where I should see the zip file in the org?

Thanks in advance!

(p.s. I'm using the ins-106 branch if that matters)

@mattgoldspink
Copy link
Contributor

Hi @leothelocust,

Can you upload the full logs? You should see something like:


> newport-design-system@106.0.0 dist /Users/matt/development/newport-design-system
> node scripts/dist.js

Have SF_USERNAME & SF_PASSWORD env variables set... Will deploy to org
[10:40:55] Logged in as: ouidesigner@vlocity.com
[10:40:55] Deploying to server...
[10:41:12] Deploy Succeeded.
[10:41:12] 
[10:41:12] Id: 0Af1J00000n09ZQSAY
[10:41:12] Status: Succeeded
[10:41:12] Success: true
[10:41:12] Done: true
[10:41:12] Number Component Errors; 0
[10:41:12] Number Components Deployed: 1
[10:41:12] Number Components Total: 1
[10:41:12] Number Test Errors; 0
[10:41:12] Number Tests Completed: 0
[10:41:12] Number Tests Total: 0

the resource will always be named newport in your org.

jkunjoonju18 pushed a commit that referenced this issue Oct 12, 2019
OWC-253 Resolved label issue for select control and tooltip positioining

Approved-by: Diego Garcia <dgarcia@vlocity.com>
Approved-by: Matt Goldspink <mgoldspink@vlocity.com>
@leothelocust
Copy link
Author

leothelocust commented Oct 16, 2019

Hey Matt, sorry for the delay in my response.

I'm getting only the first half of what you posted:

> newport-design-system@106.0.0 dist /Users/locust/Projects/vlocity/newport-design-system
> node scripts/dist.js

Have SF_USERNAME & SF_PASSWORD env variables set... Will deploy to org

and then a shell prompt.

Not seeing the timestamp based lines.

@leothelocust
Copy link
Author

Still seeing this issue in cmt-106.0. Is there anything else I can provide to troubleshoot this?

jkunjoonju18 pushed a commit that referenced this issue Feb 10, 2022
W-10530058: Fix responsive styles for flexipage containers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants