Giter VIP home page Giter VIP logo

raythompsonwebdev / raythompsonwebsite-fc Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 10.96 MB

Portfolio website. - HTML, Sass , Javascript, Typescript

Home Page: https://raythompsonwebdev.co.uk

License: GNU General Public License v3.0

HTML 24.10% SCSS 53.42% JavaScript 1.59% PHP 2.11% TypeScript 18.78%
css-animations css-grid es6-modules flexbox-css form-validation html javascript php8 portfolio sass srcset-sizes styleint typescript

raythompsonwebsite-fc's Introduction

Hi there ๐Ÿ‘‹๐Ÿพ

Image of Raymond Thompson when he was four years old

I love to code and create websites and web applications. ๐Ÿ˜„

  • I can design, construct and deploy websites and web applications that follow the latest web standards and best practices, are performant, secure and can be viewed on most browsers and mobile devices.

  • My coding languages of choice are Javascript, PHP, MySQL along with HTML CSS. โŒจ๏ธ

  • I like to dabble with WordPress Themes and plugins, React, VueJS and Gatsby applications. ๐Ÿ–ฅ๏ธ ๐Ÿ“ฑ

Checkout my website : raythompsonwebdev.co.uk

๐Ÿ“ซ How to reach me: ...

raythompsonwebsite-fc's People

Contributors

dependabot[bot] avatar ionos-deploy-now[bot] avatar raythompsonwebdev avatar

Watchers

 avatar  avatar

Forkers

mustafademir0

raythompsonwebsite-fc's Issues

IONOS deployment Github workflow failing

Deployment not working.
getting error message - Error : .github#L1 every step must define a uses or run key
Checked deploy-now.yml file. all steps as far as I can see a uses key has been defined. no run key used. Can't see the issue

name: Deploy Now

on:
  - push
  - workflow_dispatch

jobs:
  deploy-now:
    runs-on: ubuntu-latest
    steps:
      - name: Fetch project data
        uses: ionos-deploy-now/retrieve-project-info-action@v1
        id: project
        with:
          api-key: ${{ secrets.IONOS_API_KEY }}
          project: ${{ secrets.IONOS_PROJECT_ID }}
          service-host: api-eu.ionos.space
      - name: checkout
        if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
        uses: actions/checkout@v2
        with:
          submodules: 'recursive'
      - name: Custom
        if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
      - name: Deploy build
        if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
        uses: ionos-deploy-now/deploy-to-ionos-action@v1
        with:
          api-key: ${{ secrets.IONOS_API_KEY }}
          bootstrap-deploy: ${{ steps.project.outputs.bootstrap-deploy }}
          branch-id: ${{ steps.project.outputs.branch-id }}
          dist-folder: /
          project: ${{ secrets.IONOS_PROJECT_ID }}
          remote-host: ${{ steps.project.outputs.remote-host }}
          service-host: api-eu.ionos.space
          storage-quota: ${{ steps.project.outputs.storage-quota }}

I have contacted IONOS.
advised ticket was sent to hosting team.
awaiting reply

Hide DB credentials

Need to hide database credentials - thinking about using either:

  • .env
  • .htaccess
  • encryption

looking to find secure solution

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.