forked from KelvinTegelaar/CIPP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from KelvinTegelaar/main
[pull] main from KelvinTegelaar:main
- Loading branch information
Showing
11 changed files
with
131 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
name: CIPP Frontend Build | ||
name: CIPP Frontend Dev Build | ||
|
||
on: | ||
push: | ||
branches: | ||
- dev | ||
workflow_dispatch: | ||
|
||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
build: | ||
if: github.event.repository.fork == false | ||
|
@@ -18,11 +15,11 @@ jobs: | |
steps: | ||
# Checkout the repository | ||
- name: Checkout Code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4.2.2 | ||
|
||
# Set up Node.js | ||
- name: Set up Node.js | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4.2.0 | ||
with: | ||
node-version: '20.18.1' | ||
|
||
|
@@ -43,7 +40,7 @@ jobs: | |
# Upload to Azure Blob Storage | ||
- name: Azure Blob Upload | ||
uses: LanceMcCarthy/[email protected].0 | ||
uses: LanceMcCarthy/[email protected].1 | ||
with: | ||
connection_string: ${{ secrets.AZURE_CONNECTION_STRING }} | ||
container_name: cipp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,6 @@ on: | |
- main | ||
workflow_dispatch: | ||
|
||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
build: | ||
if: github.event.repository.fork == false | ||
|
@@ -18,11 +15,11 @@ jobs: | |
steps: | ||
# Checkout the repository | ||
- name: Checkout Code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4.2.2 | ||
|
||
# Set up Node.js | ||
- name: Set up Node.js | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4.2.0 | ||
with: | ||
node-version: '20.18.1' | ||
|
||
|
@@ -43,11 +40,10 @@ jobs: | |
# Upload to Azure Blob Storage | ||
- name: Azure Blob Upload | ||
uses: LanceMcCarthy/[email protected].0 | ||
uses: LanceMcCarthy/[email protected].1 | ||
with: | ||
connection_string: ${{ secrets.AZURE_CONNECTION_STRING }} | ||
container_name: cipp | ||
source_folder: build/ | ||
destination_folder: / | ||
delete_if_exists: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "7.2.2" | ||
"version": "7.2.3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.