Skip to content
This repository was archived by the owner on Jul 8, 2026. It is now read-only.

Commit 71779fd

Browse files
committed
Remove deprecated deployment scripts
1 parent 17a2346 commit 71779fd

8 files changed

Lines changed: 0 additions & 264 deletions

File tree

.github/workflows/codedeploy_build.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

.github/workflows/codedeploy_deploy.yml

Lines changed: 0 additions & 92 deletions
This file was deleted.

.github/workflows/pipeline.yml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -13,46 +13,4 @@ jobs:
1313
permissions:
1414
contents: read
1515
id-token: write
16-
17-
build-scripts:
18-
needs: build-docker
19-
uses: ./.github/workflows/codedeploy_build.yml
20-
permissions:
21-
contents: read
22-
id-token: write
23-
24-
deploy-staging:
25-
needs: build-scripts
26-
uses: ./.github/workflows/codedeploy_deploy.yml
27-
with:
28-
environment: staging
29-
sha: ${{ needs.build-scripts.outputs.sha }}
30-
permissions:
31-
contents: read
32-
id-token: write
33-
34-
test-staging:
35-
needs: deploy-staging
36-
runs-on: blacksmith-4vcpu-ubuntu-2404
37-
steps:
38-
- uses: actions/checkout@v6
39-
40-
- name: Run integration tests against staging
41-
run: |
42-
echo "🧪 Running integration tests against staging..."
43-
# TODO: Add your staging integration/smoke tests here
44-
# Examples:
45-
# npm run test:integration
46-
# curl -f https://staging.your-service.com/health
47-
echo "✅ Integration tests passed"
48-
49-
deploy-production:
50-
needs: [build-docker, build-scripts, test-staging]
51-
uses: ./.github/workflows/codedeploy_deploy.yml
52-
with:
53-
environment: production
54-
sha: ${{ needs.build-scripts.outputs.sha }}
55-
permissions:
56-
contents: read
57-
id-token: write
5816

codedeploy/appspec.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

codedeploy/scripts/after_install.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

codedeploy/scripts/application_start.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

codedeploy/scripts/application_stop.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

codedeploy/scripts/before_install.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)