PAWS Data Pipeline - Developer Documentation
  • Overview
  • Setup
    • Getting Started
    • Local Setup
    • Accessing APIs without React
  • Architecture
    • User management and authorization
    • Async on the cheap (for MVP)
    • Execution status stages
    • Data Flow
    • Database Schema
  • Operations
    • Using GitHub actions
    • Deploying PDP within the Code for Philly cluster
    • Kubernetes Setup
    • Kubernetes logs
    • Merging Dependabot PRs
  • Troubleshooting
    • Common Errors
    • Dups Problem
  • Code of Conduct
  • Contributors
  • Glossary
  • Archives
    • RFM
Powered by GitBook
On this page
  1. Operations

Using GitHub actions

To run the CI/CD action:

  • Ensure you have release-containers.yml in /paws-data-pipeline/.github/workflows

  • Tag your code: git tag -fa v1.4 -m "Still testing Actions"

  • Push with git push -f --tags

Check the Actions page to see the progress.

PreviousOperationsNextDeploying PDP within the Code for Philly cluster

Last updated 2 years ago