Skip to content

Commit

Permalink
improve deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestTvarynka committed Apr 23, 2022
1 parent 746a9e2 commit 14390bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/copy_files_to_gcs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
gsutil -h "Content-Type:text/html" -h "Cache-Control:no-store" cp src/index.html gs://${GCP_BUCKET}
gsutil -h "Content-Type:text/javascript" -h "Cache-Control:no-store" cp src/script.js gs://${GCP_BUCKET}
gsutil -h "Content-Type:text/javascript" -h "Cache-Control:no-store" cp src/notifications.js gs://${GCP_BUCKET}
gsutil -h "Content-Type:text/css" -h "Cache-Control:no-store" cp src/style.css gs://${GCP_BUCKET}
gsutil -h "Content-Type:text/css" -h "Cache-Control:no-store" cp src/examples.css gs://${GCP_BUCKET}
gsutil -h "Content-Type:text/css" -h "Cache-Control:no-store" cp src/notifications.css gs://${GCP_BUCKET}
gsutil -h "Content-Type:image/png" -h "Cache-Control:no-store" cp -r img gs://${GCP_BUCKET}

0 comments on commit 14390bf

Please sign in to comment.