File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,14 +13,13 @@ jobs:
1313 build :
1414 name : Build and Upload Artifact
1515 runs-on : ubuntu-latest
16-
1716 steps :
1817 - name : Checkout code
1918 uses : actions/checkout@v3
2019
2120 - name : Generate artifact
2221 run : |
23- echo "" >> index.html
22+ echo "<!-- Built: $(date) --> " >> index.html
2423
2524 - name : Upload artifact
2625 uses : actions/upload-artifact@v4
3534 environment :
3635 name : development
3736 url : https://dev.${{ env.APP_NAME }}.com
38-
3937 steps :
4038 - name : Download artifact
4139 uses : actions/download-artifact@v4
5452 environment :
5553 name : staging
5654 url : https://staging.${{ env.APP_NAME }}.com
57-
5855 steps :
5956 - name : Download artifact
6057 uses : actions/download-artifact@v4
7370 environment :
7471 name : production
7572 url : https://${{ env.APP_NAME }}.com
76-
7773 steps :
7874 - name : Download artifact
7975 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments