Compare commits

...

20 Commits

Author SHA1 Message Date
cdead14bfd Merge pull request 'workflow-fix' (#43) from workflow-fix into master
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 16s
Reviewed-on: #43
2023-10-20 10:40:32 +01:00
1b39c58f76 Updated ftp worflow
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 25s
Signed-off-by: Rohit Pai <rodude123@cloud.rohitpai.co.uk>
2023-10-20 10:23:31 +01:00
aa00c7d21f Gitea actions test
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 15s
Signed-off-by: Rohit Pai <rodude123@cloud.rohitpai.co.uk>
2023-10-20 10:21:33 +01:00
c9c662c987 Updated ftp worflow
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 15s
Signed-off-by: Rohit Pai <rodude123@cloud.rohitpai.co.uk>
2023-10-20 10:07:57 +01:00
8a01cc5fb5 Updated ftp worflow to use correct versioning
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 4s
Signed-off-by: Rohit Pai <rodude123@cloud.rohitpai.co.uk>
2023-10-20 10:07:07 +01:00
f90ae7dbec Updated ftp worflow to fix password issue
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 3s
Signed-off-by: Rohit Pai <rodude123@cloud.rohitpai.co.uk>
2023-10-20 10:06:05 +01:00
2cf281bce6 Updated ftp worflow
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 16s
Signed-off-by: Rohit Pai <rodude123@cloud.rohitpai.co.uk>
2023-10-20 10:03:46 +01:00
f3091582f4 Updated ftp worflow
Signed-off-by: Rohit Pai <rodude123@cloud.rohitpai.co.uk>
2023-10-20 10:02:49 +01:00
7bbfbe7905 Updated ftp worflow to newer version of the original workflow
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 16s
Signed-off-by: Rohit Pai <rodude123@cloud.rohitpai.co.uk>
2023-10-20 09:57:49 +01:00
e2b13cf0e3 Updated ftp worflow to use node latest as lts didn't work
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 16s
Signed-off-by: Rohit Pai <rodude123@cloud.rohitpai.co.uk>
2023-10-20 09:50:58 +01:00
d6254edc9c Updated ftp worflow
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 35s
Signed-off-by: Rohit Pai <rodude123@cloud.rohitpai.co.uk>
2023-10-20 09:48:59 +01:00
f3ed313b50 Updated ftp worflow to use node LTS
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 0s
2023-10-20 09:47:53 +01:00
46a01c471f Updated ftp worflow to fix directory issue
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 27s
Signed-off-by: Rohit Pai <rodude123@cloud.rohitpai.co.uk>
2023-10-20 09:40:16 +01:00
20456dd644 Updated ftp worflow to use another actions as a test
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 34s
Signed-off-by: Rohit Pai <rodude123@cloud.rohitpai.co.uk>
2023-10-20 09:38:05 +01:00
2cb1b30439 Updated ftp worflow
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 28s
Signed-off-by: Rohit Pai <rodude123@cloud.rohitpai.co.uk>
2023-10-20 09:34:31 +01:00
4fc08c05e5 Updated ftp worflow
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 26s
Signed-off-by: Rohit Pai <rodude123@cloud.rohitpai.co.uk>
2023-10-20 09:32:07 +01:00
28c9edc090 swtiched to different ftp deploy action
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 26s
2023-10-20 01:00:55 +01:00
f87409c604 Updated workflow to fit gitea secret format
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 1m8s
2023-10-20 00:42:32 +01:00
afd7578ca6 Updated workflow to fit gitea
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 41s
2023-10-20 00:39:16 +01:00
69f6108ff4 Updated workflow for testing purposes
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 31s
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Signed-off-by: Rohit Pai <rodude123@cloud.rohitpai.co.uk>
2023-10-20 00:05:16 +01:00
2 changed files with 7 additions and 26 deletions

View File

@ -1,19 +0,0 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: Ubuntu-22.04
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."

View File

@ -6,12 +6,12 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: 🚚 Get latest code - name: 🚚 Get latest code
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Use Node.js 12 - name: Use Node.js Latest
uses: actions/setup-node@v2-beta uses: actions/setup-node@v3
with: with:
node-version: '12' node-version: 'latest'
- name: 🔨Run Gulp - name: 🔨Run Gulp
run: | run: |
@ -19,10 +19,10 @@ jobs:
npm install npm install
npm start npm start
- name: 📂 Sync files - name: 📂 Sync files to server
uses: SamKirkland/FTP-Deploy-Action@4.1.0 uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with: with:
server: ftp.rohitpai.co.uk server: ftp.rohitpai.co.uk
username: u987021215.rodude123 username: u987021215.rodude123
password: ${{ secrets.ftp_password }} password: ${{ secrets.FTPPASSWORD }}
local-dir: ./dist/ local-dir: ./dist/