Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
AI-For-Beginners
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
Huan Ma
AI-For-Beginners
Commits
794defb7
Unverified
Commit
794defb7
authored
2 years ago
by
Julia Muiruri
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Delete azure-static-web-apps-victorious-sand-043ca7603.yml
parent
8d0faa6f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/azure-static-web-apps-victorious-sand-043ca7603.yml
+0
-45
0 additions, 45 deletions
...flows/azure-static-web-apps-victorious-sand-043ca7603.yml
with
0 additions
and
45 deletions
.github/workflows/azure-static-web-apps-victorious-sand-043ca7603.yml
deleted
100644 → 0
+
0
−
45
View file @
8d0faa6f
name
:
Azure Static Web Apps CI/CD
on
:
push
:
branches
:
-
main
pull_request
:
types
:
[
opened
,
synchronize
,
reopened
,
closed
]
branches
:
-
main
jobs
:
build_and_deploy_job
:
if
:
github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on
:
ubuntu-latest
name
:
Build and Deploy Job
steps
:
-
uses
:
actions/checkout@v2
with
:
submodules
:
true
-
name
:
Build And Deploy
id
:
builddeploy
uses
:
Azure/static-web-apps-deploy@v1
with
:
azure_static_web_apps_api_token
:
${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_BLACK_GROUND_0CC93280F }}
repo_token
:
${{ secrets.GITHUB_TOKEN }}
# Used for Github integrations (i.e. PR comments)
action
:
"
upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location
:
"
/etc/quiz-app"
# App source code path
api_location
:
"
"
# Api source code path - optional
output_location
:
"
dist"
# Built app content directory - optional
###### End of Repository/Build Configurations ######
close_pull_request_job
:
if
:
github.event_name == 'pull_request' && github.event.action == 'closed'
runs-on
:
ubuntu-latest
name
:
Close Pull Request Job
steps
:
-
name
:
Close Pull Request
id
:
closepullrequest
uses
:
Azure/static-web-apps-deploy@v1
with
:
azure_static_web_apps_api_token
:
${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_BLACK_GROUND_0CC93280F }}
action
:
"
close"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment