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

Set beyond env in prod #281

Merged
merged 2 commits into from
Dec 19, 2024
Merged

Set beyond env in prod #281

merged 2 commits into from
Dec 19, 2024

Conversation

maria-j-k
Copy link
Collaborator

No description provided.

@maria-j-k maria-j-k self-assigned this Dec 19, 2024
Copy link

Hi @maria-j-k.
Thank you for raising your pull request.
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.

See your changes with

Documentation for development build

Development build

<script src="https://s3.cloud.cyfronet.pl/eosc-portal-common/pr-develop/index.development.min.js"></script>
<link rel="stylesheet" href="https://s3.cloud.cyfronet.pl/eosc-portal-common/pr-develop/index.development.min.css" />

Beta build

<script src="https://s3.cloud.cyfronet.pl/eosc-portal-common/pr-develop/index.beta.min.js"></script>
<link rel="stylesheet" href="https://s3.cloud.cyfronet.pl/eosc-portal-common/pr-develop/index.beta.min.css" />

Production build

<script src="https://s3.cloud.cyfronet.pl/eosc-portal-common/pr-develop/index.production.min.js"></script>
<link rel="stylesheet" href="https://s3.cloud.cyfronet.pl/eosc-portal-common/pr-develop/index.production.min.css" />

Run commons locally with production build

  • copy paste beneath snippet to index.html
  • run index.html in a browser
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  </head>
  <body>
    <eosc-common-main-header
      username="name surname"
      login-url="https://marketplace.eosc-portal.eu/users/auth/checkin"
      logout-url="https://marketplace.eosc-portal.eu/users/logout"
    ></eosc-common-main-header>

    <EoscCommonMainFooter></EoscCommonMainFooter>
    <script src="https://s3.cloud.cyfronet.pl/eosc-portal-common/pr-develop/index.production.min.js"></script>
    <link rel="stylesheet" href="https://s3.cloud.cyfronet.pl/eosc-portal-common/pr-develop/index.production.min.css" />
  </body>
</html>

@maria-j-k maria-j-k merged commit ffae338 into master Dec 19, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants