From 59d435fa284f55c938695fedc4b73effb27746cd Mon Sep 17 00:00:00 2001 From: lee stotland <89425536+Leestotland21@users.noreply.github.com> Date: Mon, 22 Nov 2021 16:46:47 +0200 Subject: [PATCH 1/2] Add .circleci/config.yml --- .circleci/config.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..8f86087 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,32 @@ +# Use the latest 2.1 version of CircleCI pipeline process engine. +# See: https://circleci.com/docs/2.0/configuration-reference +version: 2.1 + +# Orbs are reusable packages of CircleCI configuration that you may share across projects, enabling you to create encapsulated, parameterized commands, jobs, and executors that can be used across multiple projects. +# See: https://circleci.com/docs/2.0/orb-intro/ +orbs: + node: circleci/node@4.1 + # The heroku orb contains a set of prepackaged CircleCI configuration you can utilize to deploy applications to heroku + # Orbs reduce the amount of configuration required for common tasks. + # See the orb documentation here: https://circleci.com/developer/orbs/orb/circleci/heroku + # NOTE: Environment variables containing the necessary secrets can be setup in the CircleCI UI + # See here https://circleci.com/docs/2.0/env-vars/#setting-an-environment-variable-in-a-project + heroku: circleci/heroku@1.2 + +workflows: + # Below is the definition of your workflow. + # Inside the workflow, you provide the jobs you want to run, e.g this workflow runs the build-and-test job above. + # CircleCI will run this workflow on every commit. + # For more details on extending your workflow, see the configuration docs: https://circleci.com/docs/2.0/configuration-reference/#workflows + sample: + jobs: + - node/test + - heroku/deploy-via-git: + force: true # this parameter instructs the push to use a force flag when pushing to the heroku remote, see: https://devcenter.heroku.com/articles/git + requires: + - node/test # only run deploy-via-git job if the build job has completed + filters: + branches: + # This sample config runs this job on any branch matching the regex below, however, it's more likely you want to only run this job on master. + only: /.*-heroku-deploy/ # Delete this line + # only: master # Uncomment this line From ce1562b6dde65a796874f761de5e51b91ae0f4b4 Mon Sep 17 00:00:00 2001 From: lee stotland Date: Mon, 22 Nov 2021 19:18:35 +0200 Subject: [PATCH 2/2] student form in Heb --- formSample.html | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/formSample.html b/formSample.html index 5c9a70b..e4e38db 100644 --- a/formSample.html +++ b/formSample.html @@ -1,5 +1,5 @@ - + @@ -7,44 +7,45 @@ Student details - -

Please fill-in student detials

+ + +

פרטי הסטודנט: