Skip to content

Commit

Permalink
deploy changed
Browse files Browse the repository at this point in the history
  • Loading branch information
penguineo committed Jul 12, 2024
1 parent 9437147 commit d5be4fc
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.12] # Add more Python versions as needed
python-version: [3.8.7] # Add more Python versions as needed

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -50,19 +50,5 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Decompress files
run: python decompression.py # Adjust based on your decompression script

- name: Merge files
run: python integrater.py # Adjust based on your merging script

- name: Compress files
run: python compression.py # Adjust based on your compression script

- name: Deploy to production
# Add your deployment steps here, like deploying to a server or cloud platform
steps - name: Deploy to production
run: echo "Deploying to production..."

0 comments on commit d5be4fc

Please sign in to comment.