Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

techouse/vue-cli-plugin-s3-deploy-action-next

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-cli-plugin-s3-deploy-action-next

A fork of the Github action jackdcasey/vue-cli-plugin-s3-deploy-action modified to work with Vue CLI v5 ☁️

In development!

An example Github Action

name: Upload Vue App to S3

on:
  push:
    branches:
    - master

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
    - name: Checkout
      uses: actions/checkout@v2
    - name: Deploy
      uses: techouse/vue-cli-plugin-s3-deploy-action-next@master
      env:
        AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
        AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

About

A Github action for vue-cli-plugin-s3-deploy-next ☁️

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 54.9%
  • Shell 45.1%